pub struct VariableRange(pub String, pub String);
Expand description
A range of values for a variable.
Tuple Fields§
§0: String
§1: String
Trait Implementations§
Source§impl Clone for VariableRange
impl Clone for VariableRange
Source§fn clone(&self) -> VariableRange
fn clone(&self) -> VariableRange
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 VariableRange
impl Debug for VariableRange
Source§impl PartialEq for VariableRange
impl PartialEq for VariableRange
impl Eq for VariableRange
impl StructuralPartialEq for VariableRange
Auto Trait Implementations§
impl Freeze for VariableRange
impl RefUnwindSafe for VariableRange
impl Send for VariableRange
impl Sync for VariableRange
impl Unpin for VariableRange
impl UnwindSafe for VariableRange
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