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§
source§impl AccessControlSearch
impl AccessControlSearch
pub fn try_from(
qs: &mut QueryServerWriteTransaction<'_>,
value: &Entry<EntrySealed, EntryCommitted>
) -> Result<Self, OperationError>
Trait Implementations§
source§impl Clone for AccessControlSearch
impl Clone for AccessControlSearch
source§fn clone(&self) -> AccessControlSearch
fn clone(&self) -> AccessControlSearch
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more