pub struct DirectedEdge<IndexType> { /* private fields */ }Implementations§
Source§impl<IndexType> DirectedEdge<IndexType>
impl<IndexType> DirectedEdge<IndexType>
pub fn from(&self) -> DirectedNodeIndex<IndexType>where
IndexType: Copy,
pub fn to(&self) -> DirectedNodeIndex<IndexType>where
IndexType: Copy,
pub fn index(&self) -> DirectedEdgeIndex<IndexType>where
IndexType: Copy,
Auto Trait Implementations§
impl<IndexType> Freeze for DirectedEdge<IndexType>where
IndexType: Freeze,
impl<IndexType> RefUnwindSafe for DirectedEdge<IndexType>where
IndexType: RefUnwindSafe,
impl<IndexType> Send for DirectedEdge<IndexType>where
IndexType: Send,
impl<IndexType> Sync for DirectedEdge<IndexType>where
IndexType: Sync,
impl<IndexType> Unpin for DirectedEdge<IndexType>where
IndexType: Unpin,
impl<IndexType> UnwindSafe for DirectedEdge<IndexType>where
IndexType: UnwindSafe,
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