pub struct Date<S = Root> { /* private fields */ }Expand description
A date/timestamp field. Bounds are ISO-8601 strings.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<S> Freeze for Date<S>
impl<S> RefUnwindSafe for Date<S>
impl<S> Send for Date<S>
impl<S> Sync for Date<S>
impl<S> Unpin for Date<S>
impl<S> UnsafeUnpin for Date<S>
impl<S> UnwindSafe for Date<S>
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