#[non_exhaustive]pub struct GraphPatch;Expand description
Opaque graph patch produced by a fix function (ADR-034 §7).
v1 carries no fields — the auto-fix machinery is stubbed. The type exists
so pack authors can write fix: Some(my_fix as FixFn) without a
compile-time change when the v1 fix path is wired up.
Auto Trait Implementations§
impl Freeze for GraphPatch
impl RefUnwindSafe for GraphPatch
impl Send for GraphPatch
impl Sync for GraphPatch
impl Unpin for GraphPatch
impl UnsafeUnpin for GraphPatch
impl UnwindSafe for GraphPatch
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