Struct rust_client::app::RunConfig[][src]

pub struct RunConfig<'a> { /* fields omitted */ }

Methods

impl<'a> RunConfig<'a>
[src]

Trait Implementations

impl<'a> Debug for RunConfig<'a>
[src]

Formats the value using the given formatter. Read more

impl<'a> Clone for RunConfig<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> From<ArgMatches<'a>> for RunConfig<'a>
[src]

Performs the conversion.

Auto Trait Implementations

impl<'a> Send for RunConfig<'a>

impl<'a> Sync for RunConfig<'a>