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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.