pub struct DoublingLCA { /* private fields */ }
Expand description
ダブリングによる最小共通祖先
Implementations§
Auto Trait Implementations§
impl Freeze for DoublingLCA
impl RefUnwindSafe for DoublingLCA
impl Send for DoublingLCA
impl Sync for DoublingLCA
impl Unpin for DoublingLCA
impl UnwindSafe for DoublingLCA
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