Struct nereon::Opt[][src]

pub struct Opt {
    pub env: Option<String>,
    pub default: Option<String>,
    pub format: Option<String>,
    // some fields omitted
}

Fields

Methods

impl Opt
[src]

Trait Implementations

impl Clone for Opt
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Opt

impl Sync for Opt