Struct kanidmd_lib::server::access::profiles::AccessControlSearch
source · [−]pub struct AccessControlSearch {
pub acp: AccessControlProfile,
pub attrs: BTreeSet<AttrString>,
}
Fields
acp: AccessControlProfile
attrs: BTreeSet<AttrString>
Implementations
sourceimpl AccessControlSearch
impl AccessControlSearch
pub fn try_from(
qs: &mut QueryServerWriteTransaction<'_>,
value: &Entry<EntrySealed, EntryCommitted>
) -> Result<Self, OperationError>
Trait Implementations
sourceimpl Clone for AccessControlSearch
impl Clone for AccessControlSearch
sourcefn clone(&self) -> AccessControlSearch
fn clone(&self) -> AccessControlSearch
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations
impl RefUnwindSafe for AccessControlSearch
impl Send for AccessControlSearch
impl Sync for AccessControlSearch
impl Unpin for AccessControlSearch
impl UnwindSafe for AccessControlSearch
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