Struct sled::Config [] [src]

pub struct Config { /* fields omitted */ }

A finalized ConfigBuilder that can be use multiple times to open a Tree or Log.

Methods

impl Config
[src]

[src]

Retrieve a thread-local file handle to the configured underlying storage, or create a new one if this is the first time the thread is accessing it.

Methods from Deref<Target = ConfigBuilder>

[src]

Get

[src]

Builder, set

[src]

Get

[src]

Builder, set

[src]

Get

[src]

Builder, set

Get

Builder, set

[src]

Get

[src]

Builder, set

[src]

Get

[src]

Builder, set

[src]

Get

[src]

Builder, set

[src]

Get

[src]

Builder, set

[src]

Get

[src]

Builder, set

[src]

Get

[src]

Builder, set

[src]

Get

[src]

Builder, set

[src]

Get

[src]

Builder, set

[src]

Get

[src]

Builder, set

[src]

Get

[src]

Builder, set

[src]

Get

[src]

Builder, set

[src]

Get

[src]

Builder, set

[src]

Get

[src]

Builder, set

[src]

Get

[src]

Builder, set

[src]

Get

[src]

Builder, set

[src]

Get

[src]

Builder, set

[src]

Set the path of the database (builder).

[src]

Get the path of the database

[src]

returns the current snapshot file prefix

[src]

returns the snapshot file paths for this system

[src]

Finalize the configuration.

Trait Implementations

impl Clone for Config
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Deref for Config
[src]

[src]

impl Send for Config
[src]

impl Drop for Config
[src]

[src]

impl Debug for Config
[src]

[src]

Formats the value using the given formatter.

impl Sync for Config
[src]