pub enum RateRule {
Positive,
Zero,
ZeroOrPositive,
Absent,
}Variants§
Trait Implementations§
impl Copy for RateRule
impl Eq for RateRule
impl StructuralPartialEq for RateRule
Auto Trait Implementations§
impl Freeze for RateRule
impl RefUnwindSafe for RateRule
impl Send for RateRule
impl Sync for RateRule
impl Unpin for RateRule
impl UnsafeUnpin for RateRule
impl UnwindSafe for RateRule
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