Struct libnewbee::codec::ZSetItem [] [src]

pub struct ZSetItem {
    pub member: RedisString,
    pub score: RedisString,
}

Fields

Trait Implementations

impl Clone for ZSetItem
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ZSetItem
[src]

Formats the value using the given formatter.

impl Shift for ZSetItem
[src]

impl FromBuf for ZSetItem
[src]