pub enum AmPm {
AM,
PM,
}Expand description
Represents either AM or PM
Variants§
Trait Implementations§
impl Copy for AmPm
impl Eq for AmPm
Source§impl Ord for AmPm
impl Ord for AmPm
1.21.0 (const: unstable) · 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 PartialOrd for AmPm
impl PartialOrd for AmPm
impl StructuralPartialEq for AmPm
Auto Trait Implementations§
impl Freeze for AmPm
impl RefUnwindSafe for AmPm
impl Send for AmPm
impl Sync for AmPm
impl Unpin for AmPm
impl UnsafeUnpin for AmPm
impl UnwindSafe for AmPm
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