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) -> boolpub fn len(&self) -> usize[src]
pub fn len(&self) -> usizepub 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) -> ResultFormats the value using the given formatter. Read more
impl<'input> Index<usize> for Params<'input>[src]
impl<'input> Index<usize> for Params<'input>