pub struct InDays;Trait Implementations§
impl Copy for InDays
impl Eq for InDays
impl StructuralPartialEq for InDays
impl Unit for InDays
Auto Trait Implementations§
impl Freeze for InDays
impl RefUnwindSafe for InDays
impl Send for InDays
impl Sync for InDays
impl Unpin for InDays
impl UnwindSafe for InDays
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