#[repr(C)]pub struct leveldb_t { /* private fields */ }
Expand description
Opaque handle representing an opened database. The handle is thread-safe.
Auto Trait Implementations§
impl Freeze for leveldb_t
impl RefUnwindSafe for leveldb_t
impl !Send for leveldb_t
impl !Sync for leveldb_t
impl !Unpin for leveldb_t
impl UnwindSafe for leveldb_t
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