pub struct AllVertices<'a, G: 'a>(pub &'a G);Tuple Fields§
§0: &'a GTrait Implementations§
Source§impl<'a, G> IntoIterator for AllVertices<'a, G>where
G: 'a + VertexList,
impl<'a, G> IntoIterator for AllVertices<'a, G>where
G: 'a + VertexList,
Source§type Item = <G as WithVertex>::Vertex
type Item = <G as WithVertex>::Vertex
The type of the elements being iterated over.
Source§type IntoIter = <G as VertexTypes<'a, G>>::VertexIter
type IntoIter = <G as VertexTypes<'a, G>>::VertexIter
Which kind of iterator are we turning this into?
Auto Trait Implementations§
impl<'a, G> Freeze for AllVertices<'a, G>
impl<'a, G> RefUnwindSafe for AllVertices<'a, G>where
G: RefUnwindSafe,
impl<'a, G> Send for AllVertices<'a, G>where
G: Sync,
impl<'a, G> Sync for AllVertices<'a, G>where
G: Sync,
impl<'a, G> Unpin for AllVertices<'a, G>
impl<'a, G> UnwindSafe for AllVertices<'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