Struct rmq::TabulatedQuery
source · pub struct TabulatedQuery { /* private fields */ }Expand description
Fully tabulating the answer to all queries with <O(n²),O(1)>
Implementations§
Trait Implementations§
source§impl Clone for TabulatedQuery
impl Clone for TabulatedQuery
source§fn clone(&self) -> TabulatedQuery
fn clone(&self) -> TabulatedQuery
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for TabulatedQuery
impl RefUnwindSafe for TabulatedQuery
impl Send for TabulatedQuery
impl Sync for TabulatedQuery
impl Unpin for TabulatedQuery
impl UnwindSafe for TabulatedQuery
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