pub struct EdgeReference<'a, E, Ix = u32>where
E: 'a,{ /* private fields */ }
Expand description
Reference to a Graph
edge.
Implementations§
Trait Implementations§
Source§impl<E, Ix> Clone for EdgeReference<'_, E, Ix>where
Ix: IndexType,
impl<E, Ix> Clone for EdgeReference<'_, E, Ix>where
Ix: IndexType,
Source§fn clone(&self) -> EdgeReference<'_, E, Ix>
fn clone(&self) -> EdgeReference<'_, E, Ix>
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl<'a, E, Ix> Debug for EdgeReference<'a, E, Ix>
impl<'a, E, Ix> Debug for EdgeReference<'a, E, Ix>
Source§impl<Ix, E> EdgeRef for EdgeReference<'_, E, Ix>where
Ix: IndexType,
impl<Ix, E> EdgeRef for EdgeReference<'_, E, Ix>where
Ix: IndexType,
Source§impl<E, Ix> PartialEq for EdgeReference<'_, E, Ix>
impl<E, Ix> PartialEq for EdgeReference<'_, E, Ix>
impl<E, Ix> Copy for EdgeReference<'_, E, Ix>where
Ix: IndexType,
Auto Trait Implementations§
impl<'a, E, Ix> Freeze for EdgeReference<'a, E, Ix>where
Ix: Freeze,
impl<'a, E, Ix> RefUnwindSafe for EdgeReference<'a, E, Ix>where
Ix: RefUnwindSafe,
E: RefUnwindSafe,
impl<'a, E, Ix> Send for EdgeReference<'a, E, Ix>
impl<'a, E, Ix> Sync for EdgeReference<'a, E, Ix>
impl<'a, E, Ix> Unpin for EdgeReference<'a, E, Ix>where
Ix: Unpin,
impl<'a, E, Ix> UnwindSafe for EdgeReference<'a, E, Ix>where
Ix: UnwindSafe,
E: RefUnwindSafe,
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