pub struct Seasons(pub Season, pub bool);Tuple Fields§
§0: Season§1: boolTrait Implementations§
Source§impl TimeSequence for Seasons
impl TimeSequence for Seasons
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 Seasons
impl RefUnwindSafe for Seasons
impl Send for Seasons
impl Sync for Seasons
impl Unpin for Seasons
impl UnwindSafe for Seasons
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