pub enum RvrModifier {
Greater,
Lower,
None,
}Expand description
RVR tendency indicators
Variants§
Greater
When the RVR is assessed to be more than the reported value.
Lower
When the RVR is below the minimum value, that can be assessed.
None
When none of the other conditions are met.
Trait Implementations§
Source§impl Clone for RvrModifier
impl Clone for RvrModifier
Source§fn clone(&self) -> RvrModifier
fn clone(&self) -> RvrModifier
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RvrModifier
impl Debug for RvrModifier
Source§impl PartialEq for RvrModifier
impl PartialEq for RvrModifier
impl Eq for RvrModifier
impl StructuralPartialEq for RvrModifier
Auto Trait Implementations§
impl Freeze for RvrModifier
impl RefUnwindSafe for RvrModifier
impl Send for RvrModifier
impl Sync for RvrModifier
impl Unpin for RvrModifier
impl UnwindSafe for RvrModifier
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