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 moresource§impl<'graph, DATA: Debug> Debug for ConnectionRef<'graph, DATA>
impl<'graph, DATA: Debug> Debug for ConnectionRef<'graph, DATA>
Auto Trait Implementations§
impl<'graph, DATA> RefUnwindSafe for ConnectionRef<'graph, DATA>where DATA: RefUnwindSafe,
impl<'graph, DATA> Send for ConnectionRef<'graph, DATA>where DATA: Sync,
impl<'graph, DATA> Sync for ConnectionRef<'graph, DATA>where DATA: Sync,
impl<'graph, DATA> Unpin for ConnectionRef<'graph, DATA>
impl<'graph, DATA> UnwindSafe for ConnectionRef<'graph, DATA>where DATA: 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