Struct posix_regex::compile::Range [−][src]
Repetition bounds, for example + is (1, None), and ? is (0, Some(1))
Trait Implementations
impl Clone for Range[src]
impl Clone for Rangefn clone(&self) -> Range[src]
fn clone(&self) -> RangeReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for Range[src]
impl Copy for Rangeimpl PartialEq for Range[src]
impl PartialEq for Rangefn eq(&self, other: &Range) -> bool[src]
fn eq(&self, other: &Range) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Range) -> bool[src]
fn ne(&self, other: &Range) -> boolThis method tests for !=.
impl Eq for Range[src]
impl Eq for Rangeimpl Debug for Range[src]
impl Debug for Range