Struct libnewbee::codec::ZipList [] [src]

pub struct ZipList {
    pub entries: Vec<ZipListEntry>,
    // some fields omitted
}

Fields

Trait Implementations

impl Clone for ZipList
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ZipList
[src]

Formats the value using the given formatter.

impl Shift for ZipList
[src]

impl FromBuf for ZipList
[src]

impl To<LinkedListItem> for ZipList
[src]