Struct exonum::storage::LevelDB [] [src]

pub struct LevelDB { /* fields omitted */ }

Database implementation on the top of LevelDB backend.

Methods

impl LevelDB
[src]

Open a database stored in the specified path with the specified options.

Trait Implementations

impl Clone for LevelDB
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Database for LevelDB
[src]

Creates a new reference to the database as Box<Database>.

Creates a new snapshot of the database from its current state. Read more

Atomically applies a sequence of patch changes to the database. Read more

Creates a new fork of the database from its current state. Read more

impl Debug for LevelDB
[src]

Formats the value using the given formatter.