pub struct AgentPolicyDeletePlan {
pub preview: MutationPlan,
pub targets: Vec<AgentPolicyDeleteTarget>,
}Fields§
§preview: MutationPlan§targets: Vec<AgentPolicyDeleteTarget>Trait Implementations§
Source§impl Clone for AgentPolicyDeletePlan
impl Clone for AgentPolicyDeletePlan
Source§fn clone(&self) -> AgentPolicyDeletePlan
fn clone(&self) -> AgentPolicyDeletePlan
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 AgentPolicyDeletePlan
impl Debug for AgentPolicyDeletePlan
Source§impl PartialEq for AgentPolicyDeletePlan
impl PartialEq for AgentPolicyDeletePlan
impl StructuralPartialEq for AgentPolicyDeletePlan
Auto Trait Implementations§
impl Freeze for AgentPolicyDeletePlan
impl RefUnwindSafe for AgentPolicyDeletePlan
impl Send for AgentPolicyDeletePlan
impl Sync for AgentPolicyDeletePlan
impl Unpin for AgentPolicyDeletePlan
impl UnsafeUnpin for AgentPolicyDeletePlan
impl UnwindSafe for AgentPolicyDeletePlan
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