pub struct IntegrationPolicyDeletePlan {
pub preview: MutationPlan,
pub total: usize,
/* private fields */
}Expand description
A safe, fully preflighted integration-policy deletion. Only the guard presentation and count are public: Fleet snapshots and package metadata can include configuration values, so they remain private to the API layer.
Fields§
§preview: MutationPlan§total: usizeTrait Implementations§
Source§impl Clone for IntegrationPolicyDeletePlan
impl Clone for IntegrationPolicyDeletePlan
Source§fn clone(&self) -> IntegrationPolicyDeletePlan
fn clone(&self) -> IntegrationPolicyDeletePlan
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 IntegrationPolicyDeletePlan
impl Debug for IntegrationPolicyDeletePlan
impl StructuralPartialEq for IntegrationPolicyDeletePlan
Auto Trait Implementations§
impl Freeze for IntegrationPolicyDeletePlan
impl RefUnwindSafe for IntegrationPolicyDeletePlan
impl Send for IntegrationPolicyDeletePlan
impl Sync for IntegrationPolicyDeletePlan
impl Unpin for IntegrationPolicyDeletePlan
impl UnsafeUnpin for IntegrationPolicyDeletePlan
impl UnwindSafe for IntegrationPolicyDeletePlan
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