pub enum ChannelControlEvent {}
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ChannelControlEvent
impl RefUnwindSafe for ChannelControlEvent
impl Send for ChannelControlEvent
impl Sync for ChannelControlEvent
impl Unpin for ChannelControlEvent
impl UnwindSafe for ChannelControlEvent
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