pub struct ClaimsValidator;Expand description
Claims validator
Implementations§
Auto Trait Implementations§
impl Freeze for ClaimsValidator
impl RefUnwindSafe for ClaimsValidator
impl Send for ClaimsValidator
impl Sync for ClaimsValidator
impl Unpin for ClaimsValidator
impl UnwindSafe for ClaimsValidator
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