pub struct NthDay(/* private fields */);Expand description
An “nth” day, 1-5
Trait Implementations§
Source§impl Ord for NthDay
impl Ord for NthDay
Source§impl PartialOrd for NthDay
impl PartialOrd for NthDay
impl Copy for NthDay
impl Eq for NthDay
impl StructuralPartialEq for NthDay
Auto Trait Implementations§
impl Freeze for NthDay
impl RefUnwindSafe for NthDay
impl Send for NthDay
impl Sync for NthDay
impl Unpin for NthDay
impl UnsafeUnpin for NthDay
impl UnwindSafe for NthDay
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