pub struct Operation {
pub check_type: CheckType,
pub attributes: Attributes,
}
Expand description
Native object for client deleting operation.
Fields§
§check_type: CheckType
The type of check required
attributes: Attributes
The attributes that are to be checked
Trait Implementations§
Source§impl From<Operation> for NativeOperation
impl From<Operation> for NativeOperation
impl Copy for Operation
Auto Trait Implementations§
impl Freeze for Operation
impl RefUnwindSafe for Operation
impl Send for Operation
impl Sync for Operation
impl Unpin for Operation
impl UnwindSafe for Operation
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more