pub struct DirectedEdgeDataView<'a, IndexType, EdgeData> { /* private fields */ }Implementations§
Auto Trait Implementations§
impl<'a, IndexType, EdgeData> Freeze for DirectedEdgeDataView<'a, IndexType, EdgeData>where
IndexType: Freeze,
impl<'a, IndexType, EdgeData> RefUnwindSafe for DirectedEdgeDataView<'a, IndexType, EdgeData>where
IndexType: RefUnwindSafe,
EdgeData: RefUnwindSafe,
impl<'a, IndexType, EdgeData> Send for DirectedEdgeDataView<'a, IndexType, EdgeData>
impl<'a, IndexType, EdgeData> Sync for DirectedEdgeDataView<'a, IndexType, EdgeData>
impl<'a, IndexType, EdgeData> Unpin for DirectedEdgeDataView<'a, IndexType, EdgeData>where
IndexType: Unpin,
impl<'a, IndexType, EdgeData> UnwindSafe for DirectedEdgeDataView<'a, IndexType, EdgeData>where
IndexType: UnwindSafe,
EdgeData: 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