Struct nickel::Params [] [src]

pub struct Params(_);

Methods

impl Params
[src]

[src]

Retrieves the first value from the query for key, or None if not present.

Notes

There may be multiple values per key, if all of the values for a given key are required, then use all.

[src]

Retrieve all values from the query for key, or None if none are present.

Trait Implementations

impl Debug for Params
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for Params
[src]

[src]

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

[src]

This method tests for !=.

impl Eq for Params
[src]