Struct loom::sync::mpsc::Sender [−][src]
pub struct Sender<T> { /* fields omitted */ }Expand description
Mock implementation of std::sync::mpsc::Sender.
Implementations
Trait Implementations
Auto Trait Implementations
impl<T> !RefUnwindSafe for Sender<T>
impl<T> !UnwindSafe for Sender<T>
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more