[−][src]Struct conrod_core::widget::graph::SessionEdges
The third stage of the graph's Session event.
Implementations
impl<NI> SessionEdges<NI> where
NI: NodeId,
[src][−]
NI: NodeId,
pub fn edges(&mut self) -> Edges<'_, NI>ⓘ
[src][−]
Produce an iterator yielding an Edge
for each node present in the graph.
Auto Trait Implementations
impl<NI> RefUnwindSafe for SessionEdges<NI>
impl<NI> Send for SessionEdges<NI>
impl<NI> Sync for SessionEdges<NI>
impl<NI> Unpin for SessionEdges<NI>
impl<NI> UnwindSafe for SessionEdges<NI>
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,