pub struct PartiallyPersistentUnionFind { /* private fields */ }
Expand description
部分永続UnionFind
Implementations§
Auto Trait Implementations§
impl Freeze for PartiallyPersistentUnionFind
impl RefUnwindSafe for PartiallyPersistentUnionFind
impl Send for PartiallyPersistentUnionFind
impl Sync for PartiallyPersistentUnionFind
impl Unpin for PartiallyPersistentUnionFind
impl UnwindSafe for PartiallyPersistentUnionFind
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