pub struct ByteMode;Expand description
Type-level byte mode marker.
Trait Implementations§
impl Copy for ByteMode
Source§impl EncodingMode for ByteMode
impl EncodingMode for ByteMode
impl Eq for ByteMode
impl StructuralPartialEq for ByteMode
Auto Trait Implementations§
impl Freeze for ByteMode
impl RefUnwindSafe for ByteMode
impl Send for ByteMode
impl Sync for ByteMode
impl Unpin for ByteMode
impl UnsafeUnpin for ByteMode
impl UnwindSafe for ByteMode
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