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