Struct http_auth::ParamValue [−][src]
pub struct ParamValue<'i> { /* fields omitted */ }Expand description
Parsed challenge parameter value used within ChallengeRef.
Implementations
Tries to create a new ParamValue from an escaped sequence, primarily for testing.
Validates the sequence and counts the number of escapes.
Appends the unescaped form of this parameter to the supplied string.
Returns the unescaped length of this parameter; cheap.
Returns the unescaped form of this parameter as a fresh String.
Returns the escaped string, unquoted.
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