Struct arg_combinators::Flag[][src]

pub struct Flag { /* fields omitted */ }

Methods

impl Flag
[src]

Trait Implementations

impl Default for Flag
[src]

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

impl PartialEq for Flag
[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 Flag
[src]

impl Hash for Flag
[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 Flag
[src]

Auto Trait Implementations

impl Send for Flag

impl Sync for Flag