pub struct AnnotatedPlanChange {
pub category: BundleChangeCategory,
pub owner: BundleChangeOwner,
pub change: Change,
}Fields§
§category: BundleChangeCategory§owner: BundleChangeOwner§change: ChangeTrait Implementations§
Source§impl Clone for AnnotatedPlanChange
impl Clone for AnnotatedPlanChange
Source§fn clone(&self) -> AnnotatedPlanChange
fn clone(&self) -> AnnotatedPlanChange
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 AnnotatedPlanChange
impl Debug for AnnotatedPlanChange
Auto Trait Implementations§
impl Freeze for AnnotatedPlanChange
impl RefUnwindSafe for AnnotatedPlanChange
impl Send for AnnotatedPlanChange
impl Sync for AnnotatedPlanChange
impl Unpin for AnnotatedPlanChange
impl UnsafeUnpin for AnnotatedPlanChange
impl UnwindSafe for AnnotatedPlanChange
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