Struct tsukuyomi::input::Params[][src]

pub struct Params<'input> { /* fields omitted */ }

Methods

impl<'input> Params<'input>
[src]

Trait Implementations

impl<'input> Debug for Params<'input>
[src]

Formats the value using the given formatter. Read more

impl<'input> Index<usize> for Params<'input>
[src]

The returned type after indexing.

Performs the indexing (container[index]) operation.

Auto Trait Implementations

impl<'input> Send for Params<'input>

impl<'input> Sync for Params<'input>