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