pub enum HexFormat {
Upper,
Lower,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HexFormat
impl RefUnwindSafe for HexFormat
impl Send for HexFormat
impl Sync for HexFormat
impl Unpin for HexFormat
impl UnwindSafe for HexFormat
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