pub struct DecodeToHex;
Expand description
Command: Decode, ZST marker struct
This means the decoded byte will be hex encoded, lowercase.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DecodeToHex
impl RefUnwindSafe for DecodeToHex
impl Send for DecodeToHex
impl Sync for DecodeToHex
impl Unpin for DecodeToHex
impl UnwindSafe for DecodeToHex
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