Struct dipstick::QueueCommand [] [src]

pub struct QueueCommand<M> { /* fields omitted */ }

Carry the scope command over the queue, from the sender, to be executed by the receiver.

Trait Implementations

impl<M> Debug for QueueCommand<M> where
    M: Debug
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<M> Send for QueueCommand<M> where
    M: Send

impl<M> Sync for QueueCommand<M> where
    M: Sync