pub struct LowerHex;Expand description
Lowercase hex (default).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LowerHex
impl RefUnwindSafe for LowerHex
impl Send for LowerHex
impl Sync for LowerHex
impl Unpin for LowerHex
impl UnsafeUnpin 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