pub struct HexEncode { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HexEncode
impl RefUnwindSafe for HexEncode
impl Send for HexEncode
impl Sync for HexEncode
impl Unpin for HexEncode
impl UnwindSafe for HexEncode
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