Struct kanidmd_lib::event::WhoamiResult
source · [−]pub struct WhoamiResult { /* private fields */ }
Implementations
sourceimpl WhoamiResult
impl WhoamiResult
pub fn new(
qs: &QueryServerReadTransaction<'_>,
e: &Entry<EntryReduced, EntryCommitted>
) -> Result<Self, OperationError>
pub fn response(self) -> WhoamiResponse
Auto Trait Implementations
impl RefUnwindSafe for WhoamiResult
impl Send for WhoamiResult
impl Sync for WhoamiResult
impl Unpin for WhoamiResult
impl UnwindSafe for WhoamiResult
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