Struct algorithm_rs::tree::segment_tree::SegmentTree
source · pub struct SegmentTree { /* private fields */ }
Implementations§
source§impl SegmentTree
impl SegmentTree
Trait Implementations§
source§impl Clone for SegmentTree
impl Clone for SegmentTree
source§fn clone(&self) -> SegmentTree
fn clone(&self) -> SegmentTree
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 RefUnwindSafe for SegmentTree
impl Send for SegmentTree
impl Sync for SegmentTree
impl Unpin for SegmentTree
impl UnwindSafe for SegmentTree
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