pub struct Week;
Expand description
A unit of time representing exactly one week.
Implementations§
source§impl Week
impl Week
Trait Implementations§
source§impl Per<Week> for Microsecond
impl Per<Week> for Microsecond
source§impl Per<Week> for Millisecond
impl Per<Week> for Millisecond
source§impl Per<Week> for Nanosecond
impl Per<Week> for Nanosecond
impl Copy for Week
Auto Trait Implementations§
impl Freeze for Week
impl RefUnwindSafe for Week
impl Send for Week
impl Sync for Week
impl Unpin for Week
impl UnwindSafe for Week
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