pub enum Lower {}
Expand description
Marker for using lower-case hex encoding.
Auto Trait Implementations§
impl Freeze for Lower
impl RefUnwindSafe for Lower
impl Send for Lower
impl Sync for Lower
impl Unpin for Lower
impl UnwindSafe for Lower
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