pub struct TreeDepthQuery { /* private fields */ }
Expand description
根付き木において、同一の深さの頂点の区間に対して区間クエリができる。
Implementations§
Source§impl TreeDepthQuery
impl TreeDepthQuery
Auto Trait Implementations§
impl Freeze for TreeDepthQuery
impl RefUnwindSafe for TreeDepthQuery
impl Send for TreeDepthQuery
impl Sync for TreeDepthQuery
impl Unpin for TreeDepthQuery
impl UnwindSafe for TreeDepthQuery
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