Struct 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<'a> AsColumnFamilyRef for &'a ColumnFamily
impl<'a> AsColumnFamilyRef for &'a ColumnFamily
fn inner(&self) -> *mut rocksdb_column_family_handle_t
source§impl AsColumnFamilyRef for ColumnFamily
impl AsColumnFamilyRef for ColumnFamily
fn inner(&self) -> *mut rocksdb_column_family_handle_t
source§impl Drop for ColumnFamily
impl Drop for ColumnFamily
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