#[repr(C)]pub struct months_days_micros(pub i128);
Expand description
The in-memory representation of the MonthDayMicros variant of the “Interval” logical type.
Tuple Fields§
§0: i128
Implementations§
Trait Implementations§
Source§impl Clone for months_days_micros
impl Clone for months_days_micros
Source§fn clone(&self) -> months_days_micros
fn clone(&self) -> months_days_micros
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 months_days_micros
impl Debug for months_days_micros
Source§impl Default for months_days_micros
impl Default for months_days_micros
Source§fn default() -> months_days_micros
fn default() -> months_days_micros
Returns the “default value” for a type. Read more
Source§impl Hash for months_days_micros
impl Hash for months_days_micros
Source§impl Ord for months_days_micros
impl Ord for months_days_micros
Source§fn cmp(&self, other: &months_days_micros) -> Ordering
fn cmp(&self, other: &months_days_micros) -> 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 months_days_micros
impl PartialEq for months_days_micros
Source§impl PartialOrd for months_days_micros
impl PartialOrd for months_days_micros
impl Copy for months_days_micros
impl Eq for months_days_micros
impl StructuralPartialEq for months_days_micros
Auto Trait Implementations§
impl Freeze for months_days_micros
impl RefUnwindSafe for months_days_micros
impl Send for months_days_micros
impl Sync for months_days_micros
impl Unpin for months_days_micros
impl UnwindSafe for months_days_micros
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.