Struct kanidmd_lib::event::OnlineBackupEvent
source · [−]Fields
ident: Identity
eventid: Uuid
Implementations
Trait Implementations
sourceimpl Debug for OnlineBackupEvent
impl Debug for OnlineBackupEvent
Auto Trait Implementations
impl !RefUnwindSafe for OnlineBackupEvent
impl Send for OnlineBackupEvent
impl Sync for OnlineBackupEvent
impl Unpin for OnlineBackupEvent
impl !UnwindSafe for OnlineBackupEvent
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