#[repr(u8)]pub enum ModifyOperation {
Add = 0,
Delete = 1,
Replace = 2,
}Expand description
Modify operation type
Variants§
Add = 0
Add attribute values
Delete = 1
Delete attribute values
Replace = 2
Replace attribute values
Trait Implementations§
Source§impl Clone for ModifyOperation
impl Clone for ModifyOperation
Source§fn clone(&self) -> ModifyOperation
fn clone(&self) -> ModifyOperation
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ModifyOperation
impl Debug for ModifyOperation
Source§impl PartialEq for ModifyOperation
impl PartialEq for ModifyOperation
impl Copy for ModifyOperation
impl Eq for ModifyOperation
impl StructuralPartialEq for ModifyOperation
Auto Trait Implementations§
impl Freeze for ModifyOperation
impl RefUnwindSafe for ModifyOperation
impl Send for ModifyOperation
impl Sync for ModifyOperation
impl Unpin for ModifyOperation
impl UnwindSafe for ModifyOperation
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)