Struct jfs::Config [] [src]

pub struct Config {
    // some fields omitted
}

Trait Implementations

impl Copy for Config
[src]

impl Clone for Config
[src]

fn clone(&self) -> Config

Returns a copy of the value. Read more

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

Performs copy-assignment from source. Read more

impl Default for Config
[src]

fn default() -> Config

Returns the "default value" for a type. Read more