Enum racer::core::SearchType
[−]
[src]
pub enum SearchType { ExactMatch, StartsWith, }
Variants
ExactMatch | |
StartsWith |
pub enum SearchType { ExactMatch, StartsWith, }
ExactMatch | |
StartsWith |
impl Copy for SearchType
impl Clone for SearchType
fn clone(&self) -> SearchType
fn clone_from(&mut self, source: &Self)
impl Debug for SearchType