#[non_exhaustive]pub struct DateMetadata;Expand description
Metadata for Date.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DateMetadata
impl RefUnwindSafe for DateMetadata
impl Send for DateMetadata
impl Sync for DateMetadata
impl Unpin for DateMetadata
impl UnsafeUnpin for DateMetadata
impl UnwindSafe for DateMetadata
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