Struct sled_web::sled::Config[]

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 Send for Config

impl Clone for Config

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Config

Formats the value using the given formatter. Read more

impl Deref for Config

The resulting type after dereferencing.

Dereferences the value.

impl Sync for Config

impl Drop for Config

Executes the destructor for this type. Read more