struct LowerHex;
Expand description
A hexadecimal (base 16) radix, formatted with lower-case characters
Trait Implementations§
source§impl PartialEq<LowerHex> for LowerHex
impl PartialEq<LowerHex> for LowerHex
impl StructuralPartialEq for LowerHex
Auto Trait Implementations§
impl Freeze for LowerHex
impl RefUnwindSafe for LowerHex
impl Send for LowerHex
impl Sync for LowerHex
impl Unpin for LowerHex
impl UnwindSafe for LowerHex
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