Struct reproto_core::Options [] [src]

pub struct Options { /* fields omitted */ }

Helper for looking up and dealing with options.

Methods

impl Options
[src]

Find all strings matching the given name.

This enforces that all found values are strings, otherwise the lookup will cause an error.

Optionally find exactly one identifier matching the given name.

This enforces that all found values are identifiers, otherwise the lookup will cause an error.

Find all identifiers matching the given name.

This enforces that all found values are identifiers, otherwise the lookup will cause an error.

Trait Implementations

impl Debug for Options
[src]

Formats the value using the given formatter.

impl Clone for Options
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more