pub struct EditReport {
pub invalidated: Vec<LayoutInvalidation>,
}Expand description
Result of one checked method-body edit.
Fields§
§invalidated: Vec<LayoutInvalidation>Exact layout evidence invalidated by the edit.
Trait Implementations§
Source§impl Clone for EditReport
impl Clone for EditReport
Source§fn clone(&self) -> EditReport
fn clone(&self) -> EditReport
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 EditReport
impl Debug for EditReport
impl Eq for EditReport
Source§impl PartialEq for EditReport
impl PartialEq for EditReport
impl StructuralPartialEq for EditReport
Auto Trait Implementations§
impl Freeze for EditReport
impl RefUnwindSafe for EditReport
impl Send for EditReport
impl Sync for EditReport
impl Unpin for EditReport
impl UnsafeUnpin for EditReport
impl UnwindSafe for EditReport
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