pub enum CodecDirection {
Input,
Output,
Duplex,
}
Variants§
Auto Trait Implementations§
impl Freeze for CodecDirection
impl RefUnwindSafe for CodecDirection
impl Send for CodecDirection
impl Sync for CodecDirection
impl Unpin for CodecDirection
impl UnwindSafe for CodecDirection
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