pub struct DatedDate;Expand description
DatedDate (873).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DatedDate
impl RefUnwindSafe for DatedDate
impl Send for DatedDate
impl Sync for DatedDate
impl Unpin for DatedDate
impl UnsafeUnpin for DatedDate
impl UnwindSafe for DatedDate
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