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