pub struct Grains(pub Grain);Tuple Fields§
§0: GrainTrait Implementations§
Source§impl TimeSequence for Grains
impl TimeSequence for Grains
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 Grains
impl RefUnwindSafe for Grains
impl Send for Grains
impl Sync for Grains
impl Unpin for Grains
impl UnwindSafe for Grains
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