Struct libnewbee::codec::ZipList
[−]
[src]
pub struct ZipList {
pub entries: Vec<ZipListEntry>,
// some fields omitted
}Fields
entries: Vec<ZipListEntry>
Trait Implementations
impl Clone for ZipList[src]
fn clone(&self) -> ZipList
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