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 duplicate 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> Freeze for ConnectionRef<'graph, DATA>
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