Struct uri_parser::User[][src]

pub struct User<'a> {
    pub name: &'a str,
    pub password: Option<&'a str>,
}

Fields

Trait Implementations

impl<'a> Debug for User<'a>
[src]

Formats the value using the given formatter. Read more

impl<'a> PartialEq for User<'a>
[src]

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

This method tests for !=.

Auto Trait Implementations

impl<'a> Send for User<'a>

impl<'a> Sync for User<'a>