pub struct TypedEdgeId { /* private fields */ }Expand description
An edge identity paired with its immutable collection semantics.
Implementations§
Trait Implementations§
Source§impl Clone for TypedEdgeId
impl Clone for TypedEdgeId
Source§fn clone(&self) -> TypedEdgeId
fn clone(&self) -> TypedEdgeId
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 moreimpl Copy for TypedEdgeId
Source§impl Debug for TypedEdgeId
impl Debug for TypedEdgeId
impl Eq for TypedEdgeId
Source§impl Hash for TypedEdgeId
impl Hash for TypedEdgeId
Source§impl PartialEq for TypedEdgeId
impl PartialEq for TypedEdgeId
impl StructuralPartialEq for TypedEdgeId
Auto Trait Implementations§
impl Freeze for TypedEdgeId
impl RefUnwindSafe for TypedEdgeId
impl Send for TypedEdgeId
impl Sync for TypedEdgeId
impl Unpin for TypedEdgeId
impl UnsafeUnpin for TypedEdgeId
impl UnwindSafe for TypedEdgeId
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