Enum rdb::types::Type
[-] [+]
[src]
pub enum Type { String, List, Set, SortedSet, Hash, }
Variants
String | |
List | |
Set | |
SortedSet | |
Hash |
pub enum Type { String, List, Set, SortedSet, Hash, }
String | |
List | |
Set | |
SortedSet | |
Hash |
impl Type
fn from_encoding(enc_type: u8) -> Type
impl PartialEq for Type
impl Copy for Type
impl Debug for Type
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
).