pub struct GraphPatchAdapter { /* private fields */ }Expand description
Reference adapter registered as Self::NAME. Used as a fallback when no label-specific
PatchAdapter is registered for the procedural patch label.
Implementations§
Trait Implementations§
Source§impl Default for GraphPatchAdapter
impl Default for GraphPatchAdapter
Source§impl PatchAdapter for GraphPatchAdapter
impl PatchAdapter for GraphPatchAdapter
Auto Trait Implementations§
impl Freeze for GraphPatchAdapter
impl !RefUnwindSafe for GraphPatchAdapter
impl Send for GraphPatchAdapter
impl Sync for GraphPatchAdapter
impl Unpin for GraphPatchAdapter
impl UnsafeUnpin for GraphPatchAdapter
impl !UnwindSafe for GraphPatchAdapter
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