Struct arc_reactor::routing::recognizer::Params[][src]

pub struct Params { /* fields omitted */ }

Methods

impl Params
[src]

Important traits for Iter<'a>

Trait Implementations

impl PartialEq for Params
[src]

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

This method tests for !=.

impl Clone for Params
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Params
[src]

Formats the value using the given formatter. Read more

impl<'a> Index<&'a str> for Params
[src]

The returned type after indexing.

Performs the indexing (container[index]) operation.

impl<'a> IntoIterator for &'a Params
[src]

Which kind of iterator are we turning this into?

The type of the elements being iterated over.

Important traits for Iter<'a>

Creates an iterator from a value. Read more

Auto Trait Implementations

impl Send for Params

impl Sync for Params