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 from Deref<Target = ConfigBuilder>

Trait Implementations

impl Drop for Config
[src]

[src]

Executes the destructor for this type. Read more

impl Send for Config
[src]

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 Sync for Config
[src]

impl Debug for Config
[src]

[src]

Formats the value using the given formatter. Read more

impl Deref for Config
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

Auto Trait Implementations