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 Typefn from_encoding(enc_type: u8) -> Typeimpl PartialEq for Typeimpl Copy for Typeimpl 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).