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§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§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§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)