Struct kanidmd_lib::idm::delayed::WebauthnCounterIncrement
source · [−]pub struct WebauthnCounterIncrement {
pub target_uuid: Uuid,
pub auth_result: AuthenticationResult,
}
Fields
target_uuid: Uuid
auth_result: AuthenticationResult
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for WebauthnCounterIncrement
impl Send for WebauthnCounterIncrement
impl Sync for WebauthnCounterIncrement
impl Unpin for WebauthnCounterIncrement
impl UnwindSafe for WebauthnCounterIncrement
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more