pub struct AddEdge {
pub id: Uuid,
pub source: Uuid,
pub target: Uuid,
pub data: Option<String>,
}Expand description
An edge-add operation with an optional String payload.
Fields§
§id: Uuid§source: Uuid§target: Uuid§data: Option<String>Trait Implementations§
Source§impl TwoPTwoPAddEdge<Uuid> for AddEdge
impl TwoPTwoPAddEdge<Uuid> for AddEdge
Source§impl TwoPTwoPId<Uuid> for AddEdge
impl TwoPTwoPId<Uuid> for AddEdge
impl Eq for AddEdge
impl StructuralPartialEq for AddEdge
Auto Trait Implementations§
impl Freeze for AddEdge
impl RefUnwindSafe for AddEdge
impl Send for AddEdge
impl Sync for AddEdge
impl Unpin for AddEdge
impl UnsafeUnpin for AddEdge
impl UnwindSafe for AddEdge
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.