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