pub struct EdgeDelete {
pub rel_var: String,
pub etype: String,
pub src_var: String,
pub dst_var: String,
}Expand description
One edge variable to delete, with resolved topology.
Fields§
§rel_var: String§etype: String§src_var: String§dst_var: StringTrait Implementations§
Source§impl Clone for EdgeDelete
impl Clone for EdgeDelete
Source§fn clone(&self) -> EdgeDelete
fn clone(&self) -> EdgeDelete
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for EdgeDelete
impl Debug for EdgeDelete
Source§impl PartialEq for EdgeDelete
impl PartialEq for EdgeDelete
impl StructuralPartialEq for EdgeDelete
Auto Trait Implementations§
impl Freeze for EdgeDelete
impl RefUnwindSafe for EdgeDelete
impl Send for EdgeDelete
impl Sync for EdgeDelete
impl Unpin for EdgeDelete
impl UnsafeUnpin for EdgeDelete
impl UnwindSafe for EdgeDelete
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