pub enum DateTimeValue {
DateTime(DateTime),
DateTimeStamp(DateTimeStamp),
}Expand description
Any specialized DateTime value.
Variants§
DateTime(DateTime)
DateTimeStamp(DateTimeStamp)
Implementations§
Source§impl DateTimeValue
impl DateTimeValue
pub fn datatype(&self) -> DateTimeDatatype
Trait Implementations§
Source§impl Clone for DateTimeValue
impl Clone for DateTimeValue
Source§fn clone(&self) -> DateTimeValue
fn clone(&self) -> DateTimeValue
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 DateTimeValue
impl Debug for DateTimeValue
Source§impl Display for DateTimeValue
impl Display for DateTimeValue
Source§impl From<DateTimeValue> for Value
impl From<DateTimeValue> for Value
Source§fn from(value: DateTimeValue) -> Self
fn from(value: DateTimeValue) -> Self
Converts to this type from the input type.
Source§impl TryFrom<Value> for DateTimeValue
impl TryFrom<Value> for DateTimeValue
Auto Trait Implementations§
impl Freeze for DateTimeValue
impl RefUnwindSafe for DateTimeValue
impl Send for DateTimeValue
impl Sync for DateTimeValue
impl Unpin for DateTimeValue
impl UnwindSafe for DateTimeValue
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)