pub struct HexString;Expand description
Format bytes as a hex string
Trait Implementations§
Source§impl Ord for HexString
impl Ord for HexString
Source§impl PartialOrd for HexString
impl PartialOrd for HexString
impl Copy for HexString
impl Eq for HexString
impl Format for HexString
Available on crate feature
hex only.impl StructuralPartialEq for HexString
Auto Trait Implementations§
impl Freeze for HexString
impl RefUnwindSafe for HexString
impl Send for HexString
impl Sync for HexString
impl Unpin for HexString
impl UnwindSafe for HexString
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