Struct petgraph::csr::EdgeReference [−][src]
pub struct EdgeReference<'a, E: 'a, Ty, Ix: 'a = DefaultIx> { /* fields omitted */ }
Implementations
impl<'a, Ty, E, Ix> EdgeReference<'a, E, Ty, Ix> where
Ty: EdgeType,
[src]
impl<'a, Ty, E, Ix> EdgeReference<'a, E, Ty, Ix> where
Ty: EdgeType,
[src]Trait Implementations
impl<'a, E, Ty, Ix: Copy> Clone for EdgeReference<'a, E, Ty, Ix>
[src]
impl<'a, E, Ty, Ix: Copy> Clone for EdgeReference<'a, E, Ty, Ix>
[src]impl<'a, E, Ty, Ix> EdgeRef for EdgeReference<'a, E, Ty, Ix> where
Ty: EdgeType,
Ix: IndexType,
[src]
impl<'a, E, Ty, Ix> EdgeRef for EdgeReference<'a, E, Ty, Ix> where
Ty: EdgeType,
Ix: IndexType,
[src]impl<'a, E, Ty, Ix: Copy> Copy for EdgeReference<'a, E, Ty, Ix>
[src]
Auto Trait Implementations
impl<'a, E, Ty, Ix> RefUnwindSafe for EdgeReference<'a, E, Ty, Ix> where
E: RefUnwindSafe,
Ix: RefUnwindSafe,
Ty: RefUnwindSafe,
E: RefUnwindSafe,
Ix: RefUnwindSafe,
Ty: RefUnwindSafe,
impl<'a, E, Ty, Ix> Send for EdgeReference<'a, E, Ty, Ix> where
E: Sync,
Ix: Send,
Ty: Send,
E: Sync,
Ix: Send,
Ty: Send,
impl<'a, E, Ty, Ix> Sync for EdgeReference<'a, E, Ty, Ix> where
E: Sync,
Ix: Sync,
Ty: Sync,
E: Sync,
Ix: Sync,
Ty: Sync,
impl<'a, E, Ty, Ix> Unpin for EdgeReference<'a, E, Ty, Ix> where
Ix: Unpin,
Ty: Unpin,
Ix: Unpin,
Ty: Unpin,
impl<'a, E, Ty, Ix> UnwindSafe for EdgeReference<'a, E, Ty, Ix> where
E: RefUnwindSafe,
Ix: UnwindSafe,
Ty: UnwindSafe,
E: RefUnwindSafe,
Ix: UnwindSafe,
Ty: UnwindSafe,
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]pub fn borrow_mut(&mut self) -> &mut T
[src]
pub fn borrow_mut(&mut self) -> &mut T
[src]Mutably borrows from an owned value. Read more
impl<T> ToOwned for T where
T: Clone,
[src]
impl<T> ToOwned for T where
T: Clone,
[src]type Owned = T
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn to_owned(&self) -> T
[src]Creates owned data from borrowed data, usually by cloning. Read more
pub fn clone_into(&self, target: &mut T)
[src]
pub fn clone_into(&self, target: &mut T)
[src]🔬 This is a nightly-only experimental API. (toowned_clone_into
)
recently added
Uses borrowed data to replace owned data, usually by cloning. Read more