pub struct SegmentTreeNew { /* private fields */ }Expand description
Segment tree for range queries.
Implementations§
Trait Implementations§
Source§impl Clone for SegmentTreeNew
impl Clone for SegmentTreeNew
Source§fn clone(&self) -> SegmentTreeNew
fn clone(&self) -> SegmentTreeNew
Returns a duplicate 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 SegmentTreeNew
impl RefUnwindSafe for SegmentTreeNew
impl Send for SegmentTreeNew
impl Sync for SegmentTreeNew
impl Unpin for SegmentTreeNew
impl UnsafeUnpin for SegmentTreeNew
impl UnwindSafe for SegmentTreeNew
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