Struct nekolib_doc::naive::disjoint_set::DisjointSet
source · pub struct DisjointSet(/* private fields */);
Implementations§
Auto Trait Implementations§
impl Freeze for DisjointSet
impl RefUnwindSafe for DisjointSet
impl Send for DisjointSet
impl Sync for DisjointSet
impl Unpin for DisjointSet
impl UnwindSafe for DisjointSet
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