Struct slack_api::BotIcons
[−]
[src]
pub struct BotIcons {
pub image_36: Option<String>,
pub image_48: Option<String>,
pub image_72: Option<String>,
}Fields
image_36: Option<String>
image_48: Option<String>
image_72: Option<String>
Trait Implementations
impl Clone for BotIcons[src]
fn clone(&self) -> BotIcons
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more