pub struct AddVertex {
pub id: Uuid,
pub data: Option<Vec<u8>>,
}Expand description
A vertex-add operation with an optional binary payload.
Fields§
§id: Uuid§data: Option<Vec<u8>>Trait Implementations§
Source§impl TwoPTwoPId<Uuid> for AddVertex
impl TwoPTwoPId<Uuid> for AddVertex
impl Eq for AddVertex
impl StructuralPartialEq for AddVertex
impl TwoPTwoPAddVertex<Uuid> for AddVertex
Auto Trait Implementations§
impl Freeze for AddVertex
impl RefUnwindSafe for AddVertex
impl Send for AddVertex
impl Sync for AddVertex
impl Unpin for AddVertex
impl UnsafeUnpin for AddVertex
impl UnwindSafe for AddVertex
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.