pub struct IntervalDaySecondValue { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for IntervalDaySecondValue
impl Clone for IntervalDaySecondValue
Source§fn clone(&self) -> IntervalDaySecondValue
fn clone(&self) -> IntervalDaySecondValue
Returns a duplicate 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 IntervalDaySecondValue
impl Debug for IntervalDaySecondValue
Source§impl Display for IntervalDaySecondValue
impl Display for IntervalDaySecondValue
Source§impl Hash for IntervalDaySecondValue
impl Hash for IntervalDaySecondValue
Source§impl Ord for IntervalDaySecondValue
impl Ord for IntervalDaySecondValue
Source§fn cmp(&self, other: &IntervalDaySecondValue) -> Ordering
fn cmp(&self, other: &IntervalDaySecondValue) -> 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 IntervalDaySecondValue
impl PartialEq for IntervalDaySecondValue
Source§impl PartialOrd for IntervalDaySecondValue
impl PartialOrd for IntervalDaySecondValue
impl Copy for IntervalDaySecondValue
impl Eq for IntervalDaySecondValue
impl StructuralPartialEq for IntervalDaySecondValue
Auto Trait Implementations§
impl Freeze for IntervalDaySecondValue
impl RefUnwindSafe for IntervalDaySecondValue
impl Send for IntervalDaySecondValue
impl Sync for IntervalDaySecondValue
impl Unpin for IntervalDaySecondValue
impl UnsafeUnpin for IntervalDaySecondValue
impl UnwindSafe for IntervalDaySecondValue
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