Struct libnewbee::codec::ZSetItem
[−]
[src]
pub struct ZSetItem {
pub member: RedisString,
pub score: RedisString,
}Fields
member: RedisString
score: RedisString
Trait Implementations
impl Clone for ZSetItem[src]
fn clone(&self) -> ZSetItem
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more