pub struct NoSemanticMatch;Trait Implementations§
Source§impl<G0: GraphBase, G1: GraphBase> EdgeMatcher<G0, G1> for NoSemanticMatch
impl<G0: GraphBase, G1: GraphBase> EdgeMatcher<G0, G1> for NoSemanticMatch
Auto Trait Implementations§
impl Freeze for NoSemanticMatch
impl RefUnwindSafe for NoSemanticMatch
impl Send for NoSemanticMatch
impl Sync for NoSemanticMatch
impl Unpin for NoSemanticMatch
impl UnsafeUnpin for NoSemanticMatch
impl UnwindSafe for NoSemanticMatch
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