Enum messagebus::SendOptions [−][src]
pub enum SendOptions {
Broadcast,
Direct(u64),
Random,
Balanced,
}Variants
Direct(u64)Tuple Fields of Direct
0: u64Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for SendOptions
impl Send for SendOptions
impl Sync for SendOptions
impl Unpin for SendOptions
impl UnwindSafe for SendOptions
Blanket Implementations
Mutably borrows from an owned value. Read more