pub struct RemoveVertex {
pub id: Uuid,
pub add_vertex_id: Uuid,
}Expand description
A vertex-remove operation. Only references the original add by ID.
Fields§
§id: Uuid§add_vertex_id: UuidTrait Implementations§
Source§impl Clone for RemoveVertex
impl Clone for RemoveVertex
Source§fn clone(&self) -> RemoveVertex
fn clone(&self) -> RemoveVertex
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 RemoveVertex
impl Debug for RemoveVertex
Source§impl From<RemoveVertex> for Operation
impl From<RemoveVertex> for Operation
Source§fn from(v: RemoveVertex) -> Self
fn from(v: RemoveVertex) -> Self
Converts to this type from the input type.
Source§impl From<RemoveVertex> for Operation
impl From<RemoveVertex> for Operation
Source§fn from(v: RemoveVertex) -> Self
fn from(v: RemoveVertex) -> Self
Converts to this type from the input type.
Source§impl From<RemoveVertex> for Operation
impl From<RemoveVertex> for Operation
Source§fn from(v: RemoveVertex) -> Self
fn from(v: RemoveVertex) -> Self
Converts to this type from the input type.
Source§impl Hash for RemoveVertex
impl Hash for RemoveVertex
Source§impl PartialEq for RemoveVertex
impl PartialEq for RemoveVertex
Source§impl TwoPTwoPId<Uuid> for RemoveVertex
impl TwoPTwoPId<Uuid> for RemoveVertex
Source§impl TwoPTwoPRemoveVertex<Uuid> for RemoveVertex
impl TwoPTwoPRemoveVertex<Uuid> for RemoveVertex
Source§fn add_vertex_id(&self) -> &Uuid
fn add_vertex_id(&self) -> &Uuid
Returns the ID of the corresponding
addVertex operation.impl Eq for RemoveVertex
impl StructuralPartialEq for RemoveVertex
Auto Trait Implementations§
impl Freeze for RemoveVertex
impl RefUnwindSafe for RemoveVertex
impl Send for RemoveVertex
impl Sync for RemoveVertex
impl Unpin for RemoveVertex
impl UnsafeUnpin for RemoveVertex
impl UnwindSafe for RemoveVertex
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.