pub struct DeleteEdgeOperator { /* private fields */ }Expand description
Operator that deletes edges.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DeleteEdgeOperator
impl !RefUnwindSafe for DeleteEdgeOperator
impl Send for DeleteEdgeOperator
impl Sync for DeleteEdgeOperator
impl Unpin for DeleteEdgeOperator
impl !UnwindSafe for DeleteEdgeOperator
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