Struct kanidmd_lib::identity::IdentUser
source · [−]pub struct IdentUser {
pub entry: Arc<Entry<EntrySealed, EntryCommitted>>,
}
Expand description
Metadata and the entry of the current Identity which is an external account/user.
Fields
entry: Arc<Entry<EntrySealed, EntryCommitted>>
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for IdentUser
impl Send for IdentUser
impl Sync for IdentUser
impl Unpin for IdentUser
impl !UnwindSafe for IdentUser
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