Struct libnewbee::codec::HashItem [] [src]

pub struct HashItem {
    pub key: RedisString,
    pub value: RedisString,
}

Fields

Trait Implementations

impl Clone for HashItem
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for HashItem
[src]

Formats the value using the given formatter.

impl Shift for HashItem
[src]

impl FromBuf for HashItem
[src]