pub struct MockVerifier {
pub token: &'static str,
pub kind: &'static str,
}Fields§
§token: &'static str§kind: &'static strTrait Implementations§
Source§impl ApplicationVerifier for MockVerifier
impl ApplicationVerifier for MockVerifier
fn verify(&self) -> AuthResult<String>
fn verifier_type(&self) -> &str
Auto Trait Implementations§
impl Freeze for MockVerifier
impl RefUnwindSafe for MockVerifier
impl Send for MockVerifier
impl Sync for MockVerifier
impl Unpin for MockVerifier
impl UnwindSafe for MockVerifier
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