Enum racer::core::SearchType [] [src]

pub enum SearchType {
    ExactMatch,
    StartsWith,
}

Variants

ExactMatch
StartsWith

Trait Implementations

Derived Implementations

impl Copy for SearchType

impl Clone for SearchType

fn clone(&self) -> SearchType

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

impl Debug for SearchType

fn fmt(&self, __arg_0: &mut Formatter) -> Result