Struct kanidmd_lib::idm::delayed::BackupCodeRemoval
source · [−]Fields
target_uuid: Uuid
code_to_remove: String
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for BackupCodeRemoval
impl Send for BackupCodeRemoval
impl Sync for BackupCodeRemoval
impl Unpin for BackupCodeRemoval
impl UnwindSafe for BackupCodeRemoval
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