pub struct JwtAttackDetector;Trait Implementations§
Auto Trait Implementations§
impl Freeze for JwtAttackDetector
impl RefUnwindSafe for JwtAttackDetector
impl Send for JwtAttackDetector
impl Sync for JwtAttackDetector
impl Unpin for JwtAttackDetector
impl UnsafeUnpin for JwtAttackDetector
impl UnwindSafe for JwtAttackDetector
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