pub struct Lowercase;Expand description
Lowercase hexadecimal string representation.
Trait Implementations§
Source§impl Ord for Lowercase
impl Ord for Lowercase
Source§impl PartialOrd for Lowercase
impl PartialOrd for Lowercase
impl Copy for Lowercase
impl Eq for Lowercase
impl StructuralPartialEq for Lowercase
Auto Trait Implementations§
impl Freeze for Lowercase
impl RefUnwindSafe for Lowercase
impl Send for Lowercase
impl Sync for Lowercase
impl Unpin for Lowercase
impl UnwindSafe for Lowercase
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