Struct slack_api::BotIcons [] [src]

pub struct BotIcons {
    pub image_36: Option<String>,
    pub image_48: Option<String>,
    pub image_72: Option<String>,
}

Fields

Trait Implementations

impl Clone for BotIcons
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for BotIcons
[src]

Formats the value using the given formatter.