Struct flow_graph::iterators::ConnectionRef
source · pub struct ConnectionRef<'graph, DATA> { /* private fields */ }
Implementations§
Trait Implementations§
source§impl<'graph, DATA: Clone> Clone for ConnectionRef<'graph, DATA>
impl<'graph, DATA: Clone> Clone for ConnectionRef<'graph, DATA>
source§fn clone(&self) -> ConnectionRef<'graph, DATA>
fn clone(&self) -> ConnectionRef<'graph, DATA>
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 more