pub struct DumpLayer<'a> {
pub label: &'a str,
pub patches: &'a [PatchOptions],
}Expand description
One labeled patch layer, for provenance-aware composition and dumps.
Fields§
§label: &'a strSource label shown in dump comments and warning attributions (a file basename or path).
patches: &'a [PatchOptions]The layer’s patches, in application order.
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for DumpLayer<'a>
impl<'a> RefUnwindSafe for DumpLayer<'a>
impl<'a> Send for DumpLayer<'a>
impl<'a> Sync for DumpLayer<'a>
impl<'a> Unpin for DumpLayer<'a>
impl<'a> UnsafeUnpin for DumpLayer<'a>
impl<'a> UnwindSafe for DumpLayer<'a>
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