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