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