pub struct RemoveEdge {
pub id: Uuid,
pub add_edge_id: Uuid,
}Expand description
An edge-remove operation. Only references the original add by ID.
Fields§
§id: Uuid§add_edge_id: UuidTrait Implementations§
Source§impl Clone for RemoveEdge
impl Clone for RemoveEdge
Source§fn clone(&self) -> RemoveEdge
fn clone(&self) -> RemoveEdge
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 moreSource§impl Debug for RemoveEdge
impl Debug for RemoveEdge
Source§impl From<RemoveEdge> for Operation
impl From<RemoveEdge> for Operation
Source§fn from(e: RemoveEdge) -> Self
fn from(e: RemoveEdge) -> Self
Converts to this type from the input type.
Source§impl From<RemoveEdge> for Operation
impl From<RemoveEdge> for Operation
Source§fn from(e: RemoveEdge) -> Self
fn from(e: RemoveEdge) -> Self
Converts to this type from the input type.
Source§impl From<RemoveEdge> for Operation
impl From<RemoveEdge> for Operation
Source§fn from(e: RemoveEdge) -> Self
fn from(e: RemoveEdge) -> Self
Converts to this type from the input type.
Source§impl Hash for RemoveEdge
impl Hash for RemoveEdge
Source§impl PartialEq for RemoveEdge
impl PartialEq for RemoveEdge
Source§impl TwoPTwoPId<Uuid> for RemoveEdge
impl TwoPTwoPId<Uuid> for RemoveEdge
Source§impl TwoPTwoPRemoveEdge<Uuid> for RemoveEdge
impl TwoPTwoPRemoveEdge<Uuid> for RemoveEdge
Source§fn add_edge_id(&self) -> &Uuid
fn add_edge_id(&self) -> &Uuid
Returns the ID of the corresponding
addEdge operation.impl Eq for RemoveEdge
impl StructuralPartialEq for RemoveEdge
Auto Trait Implementations§
impl Freeze for RemoveEdge
impl RefUnwindSafe for RemoveEdge
impl Send for RemoveEdge
impl Sync for RemoveEdge
impl Unpin for RemoveEdge
impl UnsafeUnpin for RemoveEdge
impl UnwindSafe for RemoveEdge
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.