Struct irc_bot::BotCommand[][src]

pub struct BotCommand {
    pub name: Cow<'static, str>,
    pub provider: Arc<Module>,
    pub auth_lvl: BotCmdAuthLvl,
    pub usage_str: Cow<'static, str>,
    pub help_msg: Cow<'static, str>,
    // some fields omitted
}

Fields

Auto Trait Implementations

impl Send for BotCommand

impl Sync for BotCommand