Struct kanidmd_lib::event::SearchResult
source · [−]pub struct SearchResult { /* private fields */ }
Implementations
sourceimpl SearchResult
impl SearchResult
pub fn new(
qs: &mut QueryServerReadTransaction<'_>,
entries: &[Entry<EntryReduced, EntryCommitted>]
) -> Result<Self, OperationError>
pub fn response(self) -> SearchResponse
pub fn into_proto_array(self) -> Vec<ProtoEntry>ⓘNotable traits for Vec<u8, A>impl<A> Write for Vec<u8, A>where
A: Allocator,
A: Allocator,
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SearchResult
impl Send for SearchResult
impl Sync for SearchResult
impl Unpin for SearchResult
impl UnwindSafe for SearchResult
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