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
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