pub struct CodecTag(/* private fields */);
Expand description
A codec tag.
Trait Implementations§
impl Copy for CodecTag
impl StructuralPartialEq for CodecTag
Auto Trait Implementations§
impl Freeze for CodecTag
impl RefUnwindSafe for CodecTag
impl Send for CodecTag
impl Sync for CodecTag
impl Unpin for CodecTag
impl UnwindSafe for CodecTag
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