pub enum YearBound {
Year(i32),
Max,
}Expand description
Upper bound of a rule’s year range.
Variants§
Trait Implementations§
impl Copy for YearBound
impl Eq for YearBound
impl StructuralPartialEq for YearBound
Auto Trait Implementations§
impl Freeze for YearBound
impl RefUnwindSafe for YearBound
impl Send for YearBound
impl Sync for YearBound
impl Unpin for YearBound
impl UnsafeUnpin for YearBound
impl UnwindSafe for YearBound
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