Struct sherwood::StoreConfig [-] [+] [src]

pub struct StoreConfig {
    // some fields omitted
}

Configuration of KvHandle

Trait Implementations

impl Default for StoreConfig

fn default() -> StoreConfig

Derived Implementations

impl Clone for StoreConfig

fn clone(&self) -> StoreConfig

fn clone_from(&mut self, source: &Self)

impl Copy for StoreConfig