pub struct ControlReceiver(/* private fields */);Expand description
The receiving half of a control_channel; give it to
BridgeConfig::control.
Auto Trait Implementations§
impl Freeze for ControlReceiver
impl RefUnwindSafe for ControlReceiver
impl Send for ControlReceiver
impl Sync for ControlReceiver
impl Unpin for ControlReceiver
impl UnsafeUnpin for ControlReceiver
impl UnwindSafe for ControlReceiver
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more