pub struct UnionFind<G: Graph> { /* private fields */ }Implementations§
Auto Trait Implementations§
impl<G> Freeze for UnionFind<G>where
<G as WithVertexProp<<G as WithVertex>::Vertex>>::VertexProp: Freeze,
<G as WithVertexProp<usize>>::VertexProp: Freeze,
impl<G> RefUnwindSafe for UnionFind<G>where
<G as WithVertexProp<<G as WithVertex>::Vertex>>::VertexProp: RefUnwindSafe,
<G as WithVertexProp<usize>>::VertexProp: RefUnwindSafe,
<G as WithVertex>::Vertex: RefUnwindSafe,
impl<G> Send for UnionFind<G>where
<G as WithVertexProp<<G as WithVertex>::Vertex>>::VertexProp: Send,
<G as WithVertexProp<usize>>::VertexProp: Send,
<G as WithVertex>::Vertex: Send,
impl<G> Sync for UnionFind<G>where
<G as WithVertexProp<<G as WithVertex>::Vertex>>::VertexProp: Sync,
<G as WithVertexProp<usize>>::VertexProp: Sync,
<G as WithVertex>::Vertex: Sync,
impl<G> Unpin for UnionFind<G>where
<G as WithVertexProp<<G as WithVertex>::Vertex>>::VertexProp: Unpin,
<G as WithVertexProp<usize>>::VertexProp: Unpin,
<G as WithVertex>::Vertex: Unpin,
impl<G> UnwindSafe for UnionFind<G>where
<G as WithVertexProp<<G as WithVertex>::Vertex>>::VertexProp: UnwindSafe,
<G as WithVertexProp<usize>>::VertexProp: UnwindSafe,
<G as WithVertex>::Vertex: 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