pub struct IntegrationPolicyImportPlan {
pub preview: MutationPlan,
pub skipped: Vec<Value>,
pub package_installs: Vec<String>,
pub total: usize,
/* private fields */
}Expand description
What plan_import preflights and apply_import rechecks. Only guard
presentation is public: the canonical artifact, effective specifications,
and Fleet snapshots never cross the API boundary.
Fields§
§preview: MutationPlan§skipped: Vec<Value>§package_installs: Vec<String>§total: usizeTrait Implementations§
Source§impl Clone for IntegrationPolicyImportPlan
impl Clone for IntegrationPolicyImportPlan
Source§fn clone(&self) -> IntegrationPolicyImportPlan
fn clone(&self) -> IntegrationPolicyImportPlan
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 IntegrationPolicyImportPlan
impl Debug for IntegrationPolicyImportPlan
impl StructuralPartialEq for IntegrationPolicyImportPlan
Auto Trait Implementations§
impl Freeze for IntegrationPolicyImportPlan
impl RefUnwindSafe for IntegrationPolicyImportPlan
impl Send for IntegrationPolicyImportPlan
impl Sync for IntegrationPolicyImportPlan
impl Unpin for IntegrationPolicyImportPlan
impl UnsafeUnpin for IntegrationPolicyImportPlan
impl UnwindSafe for IntegrationPolicyImportPlan
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