Struct rkv::Store[][src]

pub struct Store { /* fields omitted */ }

Wrapper around an lmdb::Database. At this time, the underlying LMDB handle (within lmdb-rs::Database) is a C integer, so Copy is automatic.

Methods

impl Store
[src]

Trait Implementations

impl Copy for Store
[src]

impl Clone for Store
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Store

impl Sync for Store