pub struct AgentPolicyDeleteReport {
pub applied: bool,
pub deleted: Vec<Value>,
pub failed: Vec<Value>,
pub total: usize,
pub affected_agents: u64,
}Fields§
§applied: bool§deleted: Vec<Value>§failed: Vec<Value>§total: usize§affected_agents: u64Trait Implementations§
Source§impl Clone for AgentPolicyDeleteReport
impl Clone for AgentPolicyDeleteReport
Source§fn clone(&self) -> AgentPolicyDeleteReport
fn clone(&self) -> AgentPolicyDeleteReport
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 moreSource§impl Debug for AgentPolicyDeleteReport
impl Debug for AgentPolicyDeleteReport
Source§impl PartialEq for AgentPolicyDeleteReport
impl PartialEq for AgentPolicyDeleteReport
Source§impl Serialize for AgentPolicyDeleteReport
impl Serialize for AgentPolicyDeleteReport
impl StructuralPartialEq for AgentPolicyDeleteReport
Auto Trait Implementations§
impl Freeze for AgentPolicyDeleteReport
impl RefUnwindSafe for AgentPolicyDeleteReport
impl Send for AgentPolicyDeleteReport
impl Sync for AgentPolicyDeleteReport
impl Unpin for AgentPolicyDeleteReport
impl UnsafeUnpin for AgentPolicyDeleteReport
impl UnwindSafe for AgentPolicyDeleteReport
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