Struct irc_bot::Module[][src]

pub struct Module {
    pub name: Cow<'static, str>,
    // some fields omitted
}

Fields

Trait Implementations

impl PartialEq for Module
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for Module
[src]

Auto Trait Implementations

impl Send for Module

impl Sync for Module