pub struct WeekdaySetIterator(WeekdaySetIterator);Expand description
Documents which days of the week are considered to be a part of the weekend
Tuple Fields§
§0: WeekdaySetIteratorImplementations§
Auto Trait Implementations§
impl Freeze for WeekdaySetIterator
impl RefUnwindSafe for WeekdaySetIterator
impl Send for WeekdaySetIterator
impl Sync for WeekdaySetIterator
impl Unpin for WeekdaySetIterator
impl UnsafeUnpin for WeekdaySetIterator
impl UnwindSafe for WeekdaySetIterator
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