pub struct LayoutInvalidation {
pub path: String,
pub shifts_following_layout: bool,
}Expand description
Checked evidence invalidated by a classfile edit.
Fields§
§path: StringDeclaration path whose original bytes are no longer evidence for current content/layout.
shifts_following_layout: boolWhether byte positions after this path moved.
Trait Implementations§
Source§impl Clone for LayoutInvalidation
impl Clone for LayoutInvalidation
Source§fn clone(&self) -> LayoutInvalidation
fn clone(&self) -> LayoutInvalidation
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 LayoutInvalidation
impl Debug for LayoutInvalidation
impl Eq for LayoutInvalidation
Source§impl PartialEq for LayoutInvalidation
impl PartialEq for LayoutInvalidation
impl StructuralPartialEq for LayoutInvalidation
Auto Trait Implementations§
impl Freeze for LayoutInvalidation
impl RefUnwindSafe for LayoutInvalidation
impl Send for LayoutInvalidation
impl Sync for LayoutInvalidation
impl Unpin for LayoutInvalidation
impl UnsafeUnpin for LayoutInvalidation
impl UnwindSafe for LayoutInvalidation
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