pub struct Encoder<C: Case>(/* private fields */);
Expand description
Hex byte encoder.
Trait Implementations§
source§impl<C: Case> EncodeBytes for Encoder<C>
impl<C: Case> EncodeBytes for Encoder<C>
Auto Trait Implementations§
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