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>

[src]

Set the path of the database (builder).

[src]

Set the merge operator that can be relied on during merges in the PageCache.

[src]

Finalize the configuration.

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

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

[src]

impl Send for Config
[src]

impl Debug for Config
[src]

[src]

Formats the value using the given formatter.

impl Sync for Config
[src]