Enum hex_conservative::Case
source · pub enum Case {
Lower,
Upper,
}
Expand description
Possible case of hex.
Variants§
Lower
Produce lower-case chars ([0-9a-f]
).
This is the default.
Upper
Produce upper-case chars ([0-9A-F]
).
Trait Implementations§
source§impl PartialEq for Case
impl PartialEq for Case
impl Copy for Case
impl Eq for Case
impl StructuralPartialEq for Case
Auto Trait Implementations§
impl Freeze for Case
impl RefUnwindSafe for Case
impl Send for Case
impl Sync for Case
impl Unpin for Case
impl UnwindSafe for Case
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