pub struct DateTimeValue { /* private fields */ }Implementations§
Source§impl DateTimeValue
impl DateTimeValue
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 · 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 DateTimeValue
impl Debug for DateTimeValue
Source§impl Display for DateTimeValue
impl Display for DateTimeValue
Source§impl FromValue for DateTimeValue
impl FromValue for DateTimeValue
fn from_value(value: &Value) -> Result<Self>
Source§impl Hash for DateTimeValue
impl Hash for DateTimeValue
Source§impl Ord for DateTimeValue
impl Ord for DateTimeValue
Source§fn cmp(&self, other: &DateTimeValue) -> Ordering
fn cmp(&self, other: &DateTimeValue) -> 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 DateTimeValue
impl PartialEq for DateTimeValue
Source§impl PartialOrd for DateTimeValue
impl PartialOrd for DateTimeValue
impl Copy for DateTimeValue
impl Eq for DateTimeValue
impl StructuralPartialEq 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 UnsafeUnpin for DateTimeValue
impl UnwindSafe for DateTimeValue
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