Struct emerald_rocksdb::ColumnFamily
[−]
[src]
pub struct ColumnFamily { /* fields omitted */ }An opaque type used to represent a column family. Returned from some functions, and used in others
Trait Implementations
impl Copy for ColumnFamily[src]
impl Clone for ColumnFamily[src]
fn clone(&self) -> ColumnFamily[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more