Struct lmdb_rs_m::core::DbHandle[][src]

pub struct DbHandle { /* 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 Copy for DbHandle
[src]

impl Clone for DbHandle
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DbHandle
[src]

Formats the value using the given formatter. Read more

impl Sync for DbHandle
[src]

impl Send for DbHandle
[src]