Struct arg_combinators::Opt[][src]

pub struct Opt { /* fields omitted */ }

Trait Implementations

impl Default for Opt
[src]

Returns the "default value" for a type. Read more

impl PartialEq for Opt
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for Opt
[src]

impl Hash for Opt
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Arg for Opt
[src]

Auto Trait Implementations

impl Send for Opt

impl Sync for Opt