pub struct WeekRange {
pub range: RangeInclusive<u8>,
pub step: u8,
}Fields
range: RangeInclusive<u8>step: u8Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for WeekRange
impl Send for WeekRange
impl Sync for WeekRange
impl Unpin for WeekRange
impl UnwindSafe for WeekRange
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more