Enum kanidmd_lib::idm::delayed::DelayedAction
source · [−]pub enum DelayedAction {
PwUpgrade(PasswordUpgrade),
UnixPwUpgrade(UnixPasswordUpgrade),
WebauthnCounterIncrement(WebauthnCounterIncrement),
BackupCodeRemoval(BackupCodeRemoval),
Oauth2ConsentGrant(Oauth2ConsentGrant),
AuthSessionRecord(AuthSessionRecord),
Oauth2SessionRecord(Oauth2SessionRecord),
}
Variants
PwUpgrade(PasswordUpgrade)
UnixPwUpgrade(UnixPasswordUpgrade)
WebauthnCounterIncrement(WebauthnCounterIncrement)
BackupCodeRemoval(BackupCodeRemoval)
Oauth2ConsentGrant(Oauth2ConsentGrant)
AuthSessionRecord(AuthSessionRecord)
Oauth2SessionRecord(Oauth2SessionRecord)
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DelayedAction
impl Send for DelayedAction
impl Sync for DelayedAction
impl Unpin for DelayedAction
impl UnwindSafe for DelayedAction
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