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]

[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 ColumnFamily

impl !Sync for ColumnFamily