Struct tsukuyomi::input::Params [−][src]
pub struct Params<'input> { /* fields omitted */ }
Methods
impl<'input> Params<'input>
[src]
impl<'input> Params<'input>
pub fn is_empty(&self) -> bool
[src]
pub fn is_empty(&self) -> bool
pub fn len(&self) -> usize
[src]
pub fn len(&self) -> usize
pub fn get(&self, i: usize) -> Option<&str>
[src]
pub fn get(&self, i: usize) -> Option<&str>
Trait Implementations
impl<'input> Debug for Params<'input>
[src]
impl<'input> Debug for Params<'input>
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl<'input> Index<usize> for Params<'input>
[src]
impl<'input> Index<usize> for Params<'input>