pub struct Modified {
pub name: String,
pub signature_before: String,
pub signature_after: String,
pub signature_changed: bool,
pub effect_changes: EffectChanges,
pub body_patches: Vec<BodyPatch>,
}Fields§
§name: String§signature_before: String§signature_after: String§signature_changed: bool§effect_changes: EffectChanges§body_patches: Vec<BodyPatch>Trait Implementations§
Auto Trait Implementations§
impl Freeze for Modified
impl RefUnwindSafe for Modified
impl Send for Modified
impl Sync for Modified
impl Unpin for Modified
impl UnsafeUnpin for Modified
impl UnwindSafe for Modified
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