Struct man::Flag[][src]

pub struct Flag { /* fields omitted */ }

Command line flag representation.

Methods

impl Flag
[src]

Create a new instance.

Set the short value.

Set the long value.

Set the help value.

Trait Implementations

impl Debug for Flag
[src]

Formats the value using the given formatter. Read more

impl Clone for Flag
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Flag

impl Sync for Flag