Struct CodecKind
#[repr(transparent)]pub struct CodecKind(pub i32);
Tuple Fields§
§0: i32
Implementations§
Trait Implementations§
impl Copy for CodecKind
impl Eq for CodecKind
impl StructuralPartialEq for CodecKind
Auto Trait Implementations§
impl Freeze for CodecKind
impl RefUnwindSafe for CodecKind
impl Send for CodecKind
impl Sync for CodecKind
impl Unpin for CodecKind
impl UnwindSafe for CodecKind
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