Struct actix_web_security::authentication::scheme::bearer::jwk::JwkLoader [−][src]
pub struct JwkLoader<T: for<'a> Deserialize<'a>> { pub jwks: T, }
JWK loader definition
Fields
jwks: TImplementations
impl<T: for<'a> Deserialize<'a>> JwkLoader<T>[src]
impl<T: for<'a> Deserialize<'a>> JwkLoader<T>[src]Auto Trait Implementations
impl<T> RefUnwindSafe for JwkLoader<T> where
T: RefUnwindSafe,
impl<T> RefUnwindSafe for JwkLoader<T> where
T: RefUnwindSafe, impl<T> UnwindSafe for JwkLoader<T> where
T: UnwindSafe,
impl<T> UnwindSafe for JwkLoader<T> where
T: UnwindSafe, Blanket 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>,