Struct route_recognizer::nfa::CharSet [] [src]

pub struct CharSet {
    // some fields omitted
}

Methods

impl CharSet

fn new() -> CharSet

fn insert(&mut self, char: char)

fn contains(&self, char: char) -> bool

Trait Implementations

Derived Implementations

impl Clone for CharSet

fn clone(&self) -> CharSet

fn clone_from(&mut self, source: &Self)

impl Eq for CharSet

impl PartialEq for CharSet

fn eq(&self, __arg_0: &CharSet) -> bool

fn ne(&self, __arg_0: &CharSet) -> bool