pub struct LinkCutTree<M: Monoid> { /* private fields */ }
Expand description
Link-Cut Tree
動的に木の辺を追加・削除可能
Implementations§
Auto Trait Implementations§
impl<M> Freeze for LinkCutTree<M>
impl<M> RefUnwindSafe for LinkCutTree<M>where
M: RefUnwindSafe,
impl<M> !Send for LinkCutTree<M>
impl<M> !Sync for LinkCutTree<M>
impl<M> Unpin for LinkCutTree<M>where
M: Unpin,
impl<M> UnwindSafe for LinkCutTree<M>where
M: UnwindSafe + 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