pub struct Encoder<C>(/* private fields */)
where
C: Case;
Expand description
Hex byte encoder.
Trait Implementations§
§impl<C> EncodeBytes for Encoder<C>where
C: Case,
impl<C> EncodeBytes for Encoder<C>where
C: Case,
Auto Trait Implementations§
impl<C> Freeze for Encoder<C>
impl<C> RefUnwindSafe for Encoder<C>where
C: RefUnwindSafe,
impl<C> Send for Encoder<C>where
C: Send,
impl<C> Sync for Encoder<C>where
C: Sync,
impl<C> Unpin for Encoder<C>where
C: Unpin,
impl<C> UnwindSafe for Encoder<C>where
C: UnwindSafe,
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