Struct kanidmd_lib::idm::event::CredentialStatusEvent
source · [−]Fields
ident: Identity
target: Uuid
Implementations
sourceimpl CredentialStatusEvent
impl CredentialStatusEvent
pub fn from_parts(ident: Identity, target: Uuid) -> Result<Self, OperationError>
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for CredentialStatusEvent
impl Send for CredentialStatusEvent
impl Sync for CredentialStatusEvent
impl Unpin for CredentialStatusEvent
impl !UnwindSafe for CredentialStatusEvent
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