Struct ckb_rocksdb::ColumnFamily
source · pub struct ColumnFamily { /* private fields */ }
Expand description
An opaque type used to represent a column family. Returned from some functions, and used in others
Trait Implementations§
source§impl Handle<rocksdb_column_family_handle_t> for ColumnFamily
impl Handle<rocksdb_column_family_handle_t> for ColumnFamily
fn handle(&self) -> *mut rocksdb_column_family_handle_t
impl Send for ColumnFamily
Auto Trait Implementations§
impl RefUnwindSafe for ColumnFamily
impl !Sync for ColumnFamily
impl Unpin for ColumnFamily
impl UnwindSafe for ColumnFamily
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more