Struct opening_hours_syntax::rules::day::WeekRange
source · 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§
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