Struct opening_hours_syntax::rules::day::YearRange
source · pub struct YearRange {
pub range: RangeInclusive<u16>,
pub step: u16,
}Fields§
§range: RangeInclusive<u16>§step: u16Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for YearRange
impl Send for YearRange
impl Sync for YearRange
impl Unpin for YearRange
impl UnwindSafe for YearRange
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