Struct actix_web_security::authentication::scheme::basic::BasicAuthentication [−][src]
A basic authentication struct representing the username and password extracted from the authorization header.
Fields
username: Stringpassword: StringTrait Implementations
impl Authentication for BasicAuthentication[src]
impl Authentication for BasicAuthentication[src]Auto Trait Implementations
impl RefUnwindSafe for BasicAuthentication
impl RefUnwindSafe for BasicAuthenticationimpl Send for BasicAuthentication
impl Send for BasicAuthenticationimpl Sync for BasicAuthentication
impl Sync for BasicAuthenticationimpl Unpin for BasicAuthentication
impl Unpin for BasicAuthenticationimpl UnwindSafe for BasicAuthentication
impl UnwindSafe for BasicAuthenticationBlanket Implementations
impl<T> DowncastSync for T where
T: Any + Send + Sync, [src]
impl<T> DowncastSync for T where
T: Any + Send + Sync, [src]impl<T> Instrument for T[src]
impl<T> Instrument for T[src]pub fn instrument(self, span: Span) -> Instrumented<Self>[src]
pub fn in_current_span(self) -> Instrumented<Self>[src]
impl<T> Instrument for T[src]
impl<T> Instrument for T[src]pub fn instrument(self, span: Span) -> Instrumented<Self>[src]
pub fn in_current_span(self) -> Instrumented<Self>[src]
impl<T> Same<T> for T
impl<T> Same<T> for Ttype Output = T
Should always be Self
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,