pub struct StringValueValidator { /* private fields */ }Expand description
Validator that checks if a string claim has a specific value
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StringValueValidator
impl RefUnwindSafe for StringValueValidator
impl Send for StringValueValidator
impl Sync for StringValueValidator
impl Unpin for StringValueValidator
impl UnwindSafe for StringValueValidator
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