Struct options::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 Debug for Options
[src]

Formats the value using the given formatter.

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

The type of the elements being iterated over.

Which kind of iterator are we turning this into?

Creates an iterator from a value. Read more

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

The type of the elements being iterated over.

Which kind of iterator are we turning this into?

Creates an iterator from a value. Read more