Enum kanidmd_lib::modify::Modify
source · [−]pub enum Modify {
Present(AttrString, Value),
Removed(AttrString, PartialValue),
Purged(AttrString),
}
Variants
Present(AttrString, Value)
Removed(AttrString, PartialValue)
Purged(AttrString)
Implementations
sourceimpl Modify
impl Modify
pub fn from(
m: &ProtoModify,
qs: &QueryServerWriteTransaction<'_>
) -> Result<Self, OperationError>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Modify
impl Send for Modify
impl Sync for Modify
impl Unpin for Modify
impl UnwindSafe for Modify
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