pub struct DateTime;Trait Implementations§
impl Assignable for DateTime
impl Assignable<DateTime> for Any
impl Assignable<Text> for DateTime
impl Compatible for DateTime
impl Compatible<Any> for DateTime
impl Compatible<DateTime> for Timestamp
impl Compatible<DateTime> for Any
impl Compatible<DateTime> for Placeholder
impl Compatible<Placeholder> for DateTime
impl Compatible<Timestamp> for DateTime
impl Copy for DateTime
impl DataType for DateTime
impl Eq for DateTime
impl StructuralPartialEq for DateTime
impl Temporal 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 UnsafeUnpin 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