pub struct Minute(u8);Expand description
An ISO-8601 minute component, for use with ISO calendars.
Must be within inclusive bounds [0, 59].
Tuple Fields§
§0: u8Implementations§
Trait Implementations§
Source§impl IntoOption<Minute> for Minute
impl IntoOption<Minute> for Minute
Source§fn into_option(self) -> Option<Self>
fn into_option(self) -> Option<Self>
Return
self as an Option<T>Source§impl Ord for Minute
impl Ord for Minute
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 Minute
impl PartialOrd for Minute
impl Copy for Minute
impl Eq for Minute
impl StructuralPartialEq for Minute
Auto Trait Implementations§
impl Freeze for Minute
impl RefUnwindSafe for Minute
impl Send for Minute
impl Sync for Minute
impl Unpin for Minute
impl UnsafeUnpin for Minute
impl UnwindSafe for Minute
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