Struct actix_web_httpauth::headers::www_authenticate::basic::Basic [−][src]
Challenge for WWW-Authenticate header with HTTP Basic auth scheme,
described in RFC 7617
Fields
realm: Option<String>
Trait Implementations
impl Debug for Basic[src]
impl Debug for Basicfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for Basic[src]
impl Clone for Basicfn clone(&self) -> Basic[src]
fn clone(&self) -> BasicReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Challenge for Basic[src]
impl Challenge for Basicimpl Display for Basic[src]
impl Display for Basicfn fmt(&self, f: &mut Formatter) -> Result<(), Error>[src]
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>Formats the value using the given formatter. Read more
impl IntoHeaderValue for Basic[src]
impl IntoHeaderValue for Basictype Error = InvalidHeaderValueBytes
The type returned in the event of a conversion error.
fn try_into(self) -> Result<HeaderValue, Self::Error>[src]
fn try_into(self) -> Result<HeaderValue, Self::Error>Try to convert value to a Header value.
impl Default for Basic[src]
impl Default for Basic