Struct slack_api::Bot[][src]

pub struct Bot {
    pub app_id: Option<String>,
    pub deleted: Option<bool>,
    pub icons: Option<BotIcons>,
    pub id: Option<String>,
    pub name: Option<String>,
}

Fields

Trait Implementations

impl Clone for Bot
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Bot
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Bot

impl Sync for Bot