pub struct ControlMessageHandler { /* private fields */ }Expand description
Handler for control messages.
Implementations§
Auto Trait Implementations§
impl Freeze for ControlMessageHandler
impl !RefUnwindSafe for ControlMessageHandler
impl Send for ControlMessageHandler
impl Sync for ControlMessageHandler
impl Unpin for ControlMessageHandler
impl !UnwindSafe for ControlMessageHandler
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