Enum server::parse::ast::CondType
[−]
[src]
pub enum CondType {
Literal(Lit),
Word(String),
}Allowed data types for where-clause
Variants
Literal | |
Word |
pub enum CondType {
Literal(Lit),
Word(String),
}Allowed data types for where-clause
Literal | |
Word |
impl PartialEq for CondTypeimpl Clone for CondTypefn clone(&self) -> CondTypefn clone_from(&mut self, source: &Self)impl Debug for CondType
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct, enum,
trait, typedef (or
tdef).
Search functions by type signature (e.g.
vec -> usize)