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