pub struct EdgeItem<'graph, G: Graph> { /* private fields */ }Expand description
One traversal item containing both edge and opposite-node information.
Implementations§
Auto Trait Implementations§
impl<'graph, G> Freeze for EdgeItem<'graph, G>
impl<'graph, G> RefUnwindSafe for EdgeItem<'graph, G>where
&'graph G: RefUnwindSafe,
<G as Graph>::EdgeId: RefUnwindSafe,
<G as Graph>::NodeId: RefUnwindSafe,
impl<'graph, G> Send for EdgeItem<'graph, G>
impl<'graph, G> Sync for EdgeItem<'graph, G>
impl<'graph, G> Unpin for EdgeItem<'graph, G>
impl<'graph, G> UnsafeUnpin for EdgeItem<'graph, G>
impl<'graph, G> UnwindSafe for EdgeItem<'graph, G>
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