pub struct DeleteEdgeOp {
pub variable: String,
pub input: Box<LogicalOperator>,
}Expand description
Delete an edge.
Fields§
§variable: StringVariable of the edge to delete.
input: Box<LogicalOperator>Input operator.
Trait Implementations§
Source§impl Clone for DeleteEdgeOp
impl Clone for DeleteEdgeOp
Source§fn clone(&self) -> DeleteEdgeOp
fn clone(&self) -> DeleteEdgeOp
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for DeleteEdgeOp
impl RefUnwindSafe for DeleteEdgeOp
impl Send for DeleteEdgeOp
impl Sync for DeleteEdgeOp
impl Unpin for DeleteEdgeOp
impl UnwindSafe for DeleteEdgeOp
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