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