pub struct Date;Trait Implementations§
impl Assignable<Date> for Any
impl Assignable for Date
impl Compatible<Any> for Date
impl Compatible<Date> for Any
impl Compatible<Date> for Placeholder
impl Compatible<Date> for Text
impl Compatible<Placeholder> for Date
impl Compatible<Text> for Date
impl Compatible for Date
impl Copy for Date
impl DataType for Date
impl Eq for Date
impl StructuralPartialEq for Date
impl Temporal for Date
Auto Trait Implementations§
impl Freeze for Date
impl RefUnwindSafe for Date
impl Send for Date
impl Sync for Date
impl Unpin for Date
impl UnsafeUnpin for Date
impl UnwindSafe for Date
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