pub struct IntegrationPolicyDeleteReport {
pub applied: bool,
pub deleted: Vec<Value>,
pub failed: Vec<Value>,
pub total: usize,
pub affected_agents: u64,
}Expand description
The result of applying an integration-policy deletion plan.
Fields§
§applied: bool§deleted: Vec<Value>§failed: Vec<Value>§total: usize§affected_agents: u64Trait Implementations§
Source§impl Clone for IntegrationPolicyDeleteReport
impl Clone for IntegrationPolicyDeleteReport
Source§fn clone(&self) -> IntegrationPolicyDeleteReport
fn clone(&self) -> IntegrationPolicyDeleteReport
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl StructuralPartialEq for IntegrationPolicyDeleteReport
Auto Trait Implementations§
impl Freeze for IntegrationPolicyDeleteReport
impl RefUnwindSafe for IntegrationPolicyDeleteReport
impl Send for IntegrationPolicyDeleteReport
impl Sync for IntegrationPolicyDeleteReport
impl Unpin for IntegrationPolicyDeleteReport
impl UnsafeUnpin for IntegrationPolicyDeleteReport
impl UnwindSafe for IntegrationPolicyDeleteReport
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