pub struct Month(pub u32);Tuple Fields§
§0: u32Trait Implementations§
Source§impl TimeSequence for Month
impl TimeSequence for Month
fn _future_raw(&self, t0: &NaiveDateTime) -> Box<dyn Iterator<Item = Range>>
fn _past_raw(&self, t0: &NaiveDateTime) -> Box<dyn Iterator<Item = Range>>
fn future(&self, t0: &NaiveDateTime) -> Box<dyn Iterator<Item = Range> + '_>
fn past(&self, t0: &NaiveDateTime) -> Box<dyn Iterator<Item = Range> + '_>
Auto Trait Implementations§
impl Freeze for Month
impl RefUnwindSafe for Month
impl Send for Month
impl Sync for Month
impl Unpin for Month
impl UnwindSafe for Month
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