Struct voidmap::Config
[−]
[src]
pub struct Config { /* fields omitted */ }Methods
impl Config[src]
fn maybe_parsed_from_env() -> Result<Config>
fn parse_file(p: String) -> Result<Config>
fn map(&self, e: Event) -> Option<Action>
Trait Implementations
impl Debug 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