pub struct EdgeHandle {
pub uuid: Uuid,
pub rel_type: String,
}Expand description
Opaque handle to an edge created via GraphForge::add_edge.
Fields§
§uuid: UuidStable public edge identity.
rel_type: StringRelationship type.
Trait Implementations§
Source§impl Clone for EdgeHandle
impl Clone for EdgeHandle
Source§fn clone(&self) -> EdgeHandle
fn clone(&self) -> EdgeHandle
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 EdgeHandle
impl Debug for EdgeHandle
Source§impl Display for EdgeHandle
impl Display for EdgeHandle
impl Eq for EdgeHandle
Auto Trait Implementations§
impl Freeze for EdgeHandle
impl RefUnwindSafe for EdgeHandle
impl Send for EdgeHandle
impl Sync for EdgeHandle
impl Unpin for EdgeHandle
impl UnsafeUnpin for EdgeHandle
impl UnwindSafe for EdgeHandle
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§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.