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
sourceimpl<'a> AsColumnFamilyRef for &'a ColumnFamily
impl<'a> AsColumnFamilyRef for &'a ColumnFamily
fn inner(&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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more