pub enum DurationDatatype {
Duration,
DayTimeDuration,
YearMonthDuration,
}Expand description
Duration datatype variants.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for DurationDatatype
impl Clone for DurationDatatype
Source§fn clone(&self) -> DurationDatatype
fn clone(&self) -> DurationDatatype
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 DurationDatatype
impl Debug for DurationDatatype
Source§impl From<DurationDatatype> for Datatype
impl From<DurationDatatype> for Datatype
Source§fn from(value: DurationDatatype) -> Self
fn from(value: DurationDatatype) -> Self
Converts to this type from the input type.
Source§impl Hash for DurationDatatype
impl Hash for DurationDatatype
Source§impl Ord for DurationDatatype
impl Ord for DurationDatatype
Source§fn cmp(&self, other: &DurationDatatype) -> Ordering
fn cmp(&self, other: &DurationDatatype) -> 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 DurationDatatype
impl PartialEq for DurationDatatype
Source§impl PartialOrd for DurationDatatype
impl PartialOrd for DurationDatatype
Source§impl TryFrom<Datatype> for DurationDatatype
impl TryFrom<Datatype> for DurationDatatype
impl Copy for DurationDatatype
impl Eq for DurationDatatype
impl StructuralPartialEq for DurationDatatype
Auto Trait Implementations§
impl Freeze for DurationDatatype
impl RefUnwindSafe for DurationDatatype
impl Send for DurationDatatype
impl Sync for DurationDatatype
impl Unpin for DurationDatatype
impl UnwindSafe for DurationDatatype
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