pub struct RollbackableUnionFind { /* private fields */ }
Expand description
ロールバック可能Unionfind
Implementations§
Auto Trait Implementations§
impl Freeze for RollbackableUnionFind
impl RefUnwindSafe for RollbackableUnionFind
impl Send for RollbackableUnionFind
impl Sync for RollbackableUnionFind
impl Unpin for RollbackableUnionFind
impl UnwindSafe for RollbackableUnionFind
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