pub struct SummaryPatch(/* private fields */);Expand description
This is returned when the current summary patch contains no Copy instructions, OR when you are finished with the Merger.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SummaryPatch
impl RefUnwindSafe for SummaryPatch
impl Send for SummaryPatch
impl Sync for SummaryPatch
impl Unpin for SummaryPatch
impl UnwindSafe for SummaryPatch
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