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 Send for Configimpl Clone for Config
impl Clone for Configfn clone(&self) -> Config
fn clone(&self) -> ConfigReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for Config
impl Debug for Configfn fmt(&self, f: &mut Formatter) -> Result<(), Error>
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>Formats the value using the given formatter. Read more
impl Deref for Config
impl Deref for Configtype Target = ConfigBuilder
The resulting type after dereferencing.
fn deref(&self) -> &<Config as Deref>::Target
fn deref(&self) -> &<Config as Deref>::TargetDereferences the value.
impl Sync for Config
impl Sync for Configimpl Drop for Config
impl Drop for Config