pub struct EdgeIndex(/* private fields */);
Expand description
An index pointing to an edge in the graph.
Implementations§
Trait Implementations§
Source§impl Ord for EdgeIndex
impl Ord for EdgeIndex
Source§impl PartialOrd for EdgeIndex
impl PartialOrd for EdgeIndex
impl Copy for EdgeIndex
impl Eq for EdgeIndex
impl StructuralPartialEq for EdgeIndex
Auto Trait Implementations§
impl Freeze for EdgeIndex
impl RefUnwindSafe for EdgeIndex
impl Send for EdgeIndex
impl Sync for EdgeIndex
impl Unpin for EdgeIndex
impl UnwindSafe for EdgeIndex
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