pub struct AllEdges<'a, G: 'a>(pub &'a G);Tuple Fields§
§0: &'a GTrait Implementations§
Source§impl<'a, G> IntoIterator for AllEdges<'a, G>where
G: 'a + EdgeList,
impl<'a, G> IntoIterator for AllEdges<'a, G>where
G: 'a + EdgeList,
Auto Trait Implementations§
impl<'a, G> Freeze for AllEdges<'a, G>
impl<'a, G> RefUnwindSafe for AllEdges<'a, G>where
G: RefUnwindSafe,
impl<'a, G> Send for AllEdges<'a, G>where
G: Sync,
impl<'a, G> Sync for AllEdges<'a, G>where
G: Sync,
impl<'a, G> Unpin for AllEdges<'a, G>
impl<'a, G> UnwindSafe for AllEdges<'a, G>where
G: 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