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

pub struct Config {
    // some fields omitted
}

FileHandle configuration

Methods

impl Config

fn new() -> Config

fn custom() -> ConfigBuilder

Trait Implementations

impl Default for Config

fn default() -> Config

Derived Implementations

impl Clone for Config

fn clone(&self) -> Config

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

impl Copy for Config