Struct amber::matcher::Match[][src]

pub struct Match {
    pub beg: usize,
    pub end: usize,
    pub sub_match: Vec<Match>,
}

Fields

Trait Implementations

impl Debug for Match
[src]

Formats the value using the given formatter. Read more

impl Clone for Match
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Match

impl Sync for Match