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