Struct kanidmd_lib::server::access::AccessControlCreate
source · [−]pub struct AccessControlCreate { /* private fields */ }
Implementations
sourceimpl AccessControlCreate
impl AccessControlCreate
pub fn try_from(
qs: &mut QueryServerWriteTransaction<'_>,
value: &Entry<EntrySealed, EntryCommitted>
) -> Result<Self, OperationError>
Trait Implementations
sourceimpl Clone for AccessControlCreate
impl Clone for AccessControlCreate
sourcefn clone(&self) -> AccessControlCreate
fn clone(&self) -> AccessControlCreate
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 AccessControlCreate
impl Send for AccessControlCreate
impl Sync for AccessControlCreate
impl Unpin for AccessControlCreate
impl UnwindSafe for AccessControlCreate
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