Struct server::parse::ast::Sort
[−]
[src]
pub struct Sort { pub alias: Option<String>, pub col: String, pub order: Option<Order>, }
Fields
alias | |
col | |
order |
pub struct Sort { pub alias: Option<String>, pub col: String, pub order: Option<Order>, }
alias | |
col | |
order |
impl PartialEq for Sort
impl Clone for Sort
fn clone(&self) -> Sort
fn clone_from(&mut self, source: &Self)
impl Debug for Sort
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
)