Enum server::parse::ast::Query
[−]
[src]
pub enum Query { Dummy, DefStmt(DefStmt), ManipulationStmt(ManipulationStmt), }
Variants
Dummy | |
DefStmt | |
ManipulationStmt |
pub enum Query { Dummy, DefStmt(DefStmt), ManipulationStmt(ManipulationStmt), }
Dummy | |
DefStmt | |
ManipulationStmt |
impl PartialEq for Query
impl Clone for Query
fn clone(&self) -> Query
fn clone_from(&mut self, source: &Self)
impl Debug for Query
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
)