Struct arguments::Options [] [src]

pub struct Options(_);

A collection of named parameters.

Methods

impl Options
[src]

Create a collection of named parameters.

Get the value of a parameter.

Get a reference to the value of a parameter.

Get a mutable reference to the value of a parameter.

Set the value of a parameter.

Check the presence of a parameter.

Return an iterator over parameters.

Return an iterator over mutable parameters.

Return an iterator over names.

Trait Implementations

impl<'l> IntoIterator for &'l Options
[src]

impl<'l> IntoIterator for &'l mut Options
[src]

impl Debug for Options
[src]

Formats the value using the given formatter.