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 Freeze for ColumnFamily
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