pub struct DateTime { /* private fields */ }
Expand description
FoxBase representation of a DateTime
Implementations§
Trait Implementations§
Source§impl From<DateTime> for FieldValue
impl From<DateTime> for FieldValue
Source§impl TryFrom<FieldValue> for DateTime
impl TryFrom<FieldValue> for DateTime
Source§type Error = FieldConversionError
type Error = FieldConversionError
The type returned in the event of a conversion error.
impl Copy for DateTime
impl StructuralPartialEq for DateTime
Auto Trait Implementations§
impl Freeze for DateTime
impl RefUnwindSafe for DateTime
impl Send for DateTime
impl Sync for DateTime
impl Unpin for DateTime
impl UnwindSafe for DateTime
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