Struct flipt::JWTAuthentication
source · pub struct JWTAuthentication { /* private fields */ }Implementations§
Trait Implementations§
source§impl AuthenticationStrategy for JWTAuthentication
impl AuthenticationStrategy for JWTAuthentication
fn authenticate(self) -> HeaderMap
Auto Trait Implementations§
impl Freeze for JWTAuthentication
impl RefUnwindSafe for JWTAuthentication
impl Send for JWTAuthentication
impl Sync for JWTAuthentication
impl Unpin for JWTAuthentication
impl UnwindSafe for JWTAuthentication
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more