pub struct Range { /* private fields */ }
Expand description
Defines a range value for a RangeValueRule. It extends the RuleStateBase with the description, and min and max values of the range.
Implementations§
Trait Implementations§
Source§impl RuleState for Range
impl RuleState for Range
Source§fn get_rule_state(&self) -> &RuleStateBase
fn get_rule_state(&self) -> &RuleStateBase
Gets the underlying
RuleStateBase
that contains common state properties. Read moreReturns a map of related rules ids. The key is the group name and the value is a vector of rule ids. Read more
Returns a map of related unique ids. The key is the group name and the value is a vector of unique ids. Read more
Auto Trait Implementations§
impl Freeze for Range
impl RefUnwindSafe for Range
impl Send for Range
impl Sync for Range
impl Unpin for Range
impl UnwindSafe for Range
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