Struct slack_api::bots::InfoResponseBotIcons
[−]
[src]
pub struct InfoResponseBotIcons {
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 InfoResponseBotIcons[src]
fn clone(&self) -> InfoResponseBotIcons
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