pub struct InputRanges {
pub ranges: Vec<Range>,
pub variables: Vec<VariableMatch>,
pub suppressed: bool,
}Fields§
§ranges: Vec<Range>§variables: Vec<VariableMatch>§suppressed: boolTrait Implementations§
Source§impl Clone for InputRanges
impl Clone for InputRanges
Source§fn clone(&self) -> InputRanges
fn clone(&self) -> InputRanges
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 moreAuto Trait Implementations§
impl Freeze for InputRanges
impl RefUnwindSafe for InputRanges
impl Send for InputRanges
impl Sync for InputRanges
impl Unpin for InputRanges
impl UnwindSafe for InputRanges
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