Struct http_auth::ParamValue [−][src]
pub struct ParamValue<'i> { /* fields omitted */ }Expand description
Parsed parameter value.
Implementations
Returns the unescaped length of this parameter; cheap.
Returns the unescaped form of this parameter as a fresh String.
Trait Implementations
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<'i> RefUnwindSafe for ParamValue<'i>
impl<'i> Send for ParamValue<'i>
impl<'i> Sync for ParamValue<'i>
impl<'i> Unpin for ParamValue<'i>
impl<'i> UnwindSafe for ParamValue<'i>
Blanket Implementations
Mutably borrows from an owned value. Read more