pub struct UpperHex;Expand description
UPPERCASE hex. Decoder is case-insensitive, matching LowerHex.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UpperHex
impl RefUnwindSafe for UpperHex
impl Send for UpperHex
impl Sync for UpperHex
impl Unpin for UpperHex
impl UnsafeUnpin 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