Struct lmdb_rs::core::DbHandle [] [src]

pub struct DbHandle {
    // some fields omitted
}

A handle to a database

It can be cached to avoid opening db on every access In the current state it is unsafe as other thread can ask to drop it.

Trait Implementations

impl Clone for DbHandle
[src]

fn clone(&self) -> DbHandle

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Copy for DbHandle
[src]

impl Sync for DbHandle
[src]

impl Send for DbHandle
[src]