Struct man::Opt[][src]

pub struct Opt { /* fields omitted */ }

Option

Methods

impl Opt
[src]

Create a new instance.

Set the default value.

Set the help.

Set the short value.

Set the long value.

Trait Implementations

impl Debug for Opt
[src]

Formats the value using the given formatter. Read more

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