pub struct PatternElement<Weight> { /* private fields */ }Expand description
Struct that holds all relevant matching information for a single node/edge.
Implementations§
Source§impl<Weight> PatternElement<Weight>
Holds the constructor for Matcher.
impl<Weight> PatternElement<Weight>
Holds the constructor for Matcher.
Auto Trait Implementations§
impl<Weight> Freeze for PatternElement<Weight>
impl<Weight> !RefUnwindSafe for PatternElement<Weight>
impl<Weight> !Send for PatternElement<Weight>
impl<Weight> !Sync for PatternElement<Weight>
impl<Weight> Unpin for PatternElement<Weight>
impl<Weight> !UnwindSafe for PatternElement<Weight>
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