pub struct MergeOperator { /* private fields */ }Expand description
Merge operator for MERGE clause.
Tries to match a node with the given labels and properties. If found, returns the existing node. If not found, creates a new node.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MergeOperator
impl !RefUnwindSafe for MergeOperator
impl Send for MergeOperator
impl Sync for MergeOperator
impl Unpin for MergeOperator
impl !UnwindSafe for MergeOperator
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