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