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