Struct libnewbee::codec::RedisList [] [src]

pub struct RedisList<I> where
    I: Shift + FromBuf
{ pub length: Length, pub items: Vec<I>, }

Fields

Trait Implementations

impl<I: Clone> Clone for RedisList<I> where
    I: Shift + FromBuf
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<I: Debug> Debug for RedisList<I> where
    I: Shift + FromBuf
[src]

Formats the value using the given formatter.

impl<I> FromBuf for RedisList<I> where
    I: Shift + FromBuf
[src]

impl<I> Shift for RedisList<I> where
    I: Shift + FromBuf
[src]