pub struct BundlePlanJson {
pub schema_version: String,
pub managed_scope: VisualManagedScope,
pub changes: Vec<AnnotatedPlanChange>,
}Fields§
§schema_version: String§managed_scope: VisualManagedScope§changes: Vec<AnnotatedPlanChange>Trait Implementations§
Source§impl Clone for BundlePlanJson
impl Clone for BundlePlanJson
Source§fn clone(&self) -> BundlePlanJson
fn clone(&self) -> BundlePlanJson
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 BundlePlanJson
impl Debug for BundlePlanJson
Auto Trait Implementations§
impl Freeze for BundlePlanJson
impl RefUnwindSafe for BundlePlanJson
impl Send for BundlePlanJson
impl Sync for BundlePlanJson
impl Unpin for BundlePlanJson
impl UnsafeUnpin for BundlePlanJson
impl UnwindSafe for BundlePlanJson
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