pub struct LowerOrUpper;Trait Implementations§
Source§impl Clone for LowerOrUpper
impl Clone for LowerOrUpper
Source§fn clone(&self) -> LowerOrUpper
fn clone(&self) -> LowerOrUpper
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for LowerOrUpper
impl Debug for LowerOrUpper
Source§impl Decoder<16> for LowerOrUpper
impl Decoder<16> for LowerOrUpper
Source§impl Hash for LowerOrUpper
impl Hash for LowerOrUpper
Source§impl Ord for LowerOrUpper
impl Ord for LowerOrUpper
Source§fn cmp(&self, other: &LowerOrUpper) -> Ordering
fn cmp(&self, other: &LowerOrUpper) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for LowerOrUpper
impl PartialEq for LowerOrUpper
Source§impl PartialOrd for LowerOrUpper
impl PartialOrd for LowerOrUpper
impl Copy for LowerOrUpper
impl Eq for LowerOrUpper
impl StructuralPartialEq for LowerOrUpper
Auto Trait Implementations§
impl Freeze for LowerOrUpper
impl RefUnwindSafe for LowerOrUpper
impl Send for LowerOrUpper
impl Sync for LowerOrUpper
impl Unpin for LowerOrUpper
impl UnwindSafe for LowerOrUpper
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