Enum re_set::parse::CasePattern
source · pub enum CasePattern {
Step(usize, Vec<(usize, (u8, u8))>),
Match(usize),
}
Variants§
Trait Implementations§
source§impl Clone for CasePattern
impl Clone for CasePattern
source§fn clone(&self) -> CasePattern
fn clone(&self) -> CasePattern
Returns a copy 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 more