Struct queen::Slot[][src]

pub struct Slot {
    pub token: usize,
    pub id: MessageId,
    pub root: bool,
    pub joined: bool,
    pub chans: HashSet<String>,
    pub share_chans: HashSet<String>,
    pub bind: HashSet<usize>,
    pub bound: HashSet<usize>,
    pub wire: Wire<Message>,
}

Fields

token: usizeid: MessageIdroot: booljoined: boolchans: HashSet<String>share_chans: HashSet<String>bind: HashSet<usize>bound: HashSet<usize>wire: Wire<Message>

Implementations

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.