pub struct NewUnionFind<'a, G: 'a>(pub &'a G);Tuple Fields§
§0: &'a GTrait Implementations§
Auto Trait Implementations§
impl<'a, G> Freeze for NewUnionFind<'a, G>
impl<'a, G> RefUnwindSafe for NewUnionFind<'a, G>where
G: RefUnwindSafe,
impl<'a, G> Send for NewUnionFind<'a, G>where
G: Sync,
impl<'a, G> Sync for NewUnionFind<'a, G>where
G: Sync,
impl<'a, G> Unpin for NewUnionFind<'a, G>
impl<'a, G> UnwindSafe for NewUnionFind<'a, G>where
G: 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