pub struct Fortnight;Expand description
Fortnight (14 d = 1_209_600 s).
Trait Implementations§
Source§impl PartialOrd for Fortnight
impl PartialOrd for Fortnight
impl Copy for Fortnight
impl StructuralPartialEq for Fortnight
Auto Trait Implementations§
impl Freeze for Fortnight
impl RefUnwindSafe for Fortnight
impl Send for Fortnight
impl Sync for Fortnight
impl Unpin for Fortnight
impl UnwindSafe for Fortnight
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