Struct bcc::table::Entry [] [src]

pub struct Entry {
    pub key: Vec<u8>,
    pub value: Vec<u8>,
}

Fields

Trait Implementations

impl Clone for Entry
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Entry

impl Sync for Entry