Enum rdb::types::ZiplistEntry
[-] [+]
[src]
pub enum ZiplistEntry { String(Vec<u8>), Number(i64), }
Variants
String | |
Number |
pub enum ZiplistEntry { String(Vec<u8>), Number(i64), }
String | |
Number |
impl Clone for ZiplistEntry
fn clone(&self) -> ZiplistEntry
fn clone_from(&mut self, source: &Self)
impl Debug for ZiplistEntry
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
).