pub struct VecActSegtree<A>{ /* private fields */ }Implementations§
Trait Implementations§
Source§impl<A, B> Act<B> for VecActSegtree<A>
impl<A, B> Act<B> for VecActSegtree<A>
Source§impl<A> Clone for VecActSegtree<A>
impl<A> Clone for VecActSegtree<A>
Source§fn clone(&self) -> VecActSegtree<A>
fn clone(&self) -> VecActSegtree<A>
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 moreSource§impl<A> Debug for VecActSegtree<A>
impl<A> Debug for VecActSegtree<A>
Source§impl<A> Default for VecActSegtree<A>
impl<A> Default for VecActSegtree<A>
Source§fn default() -> VecActSegtree<A>
fn default() -> VecActSegtree<A>
Returns the “default value” for a type. Read more
Source§impl<A, B> Fold<B> for VecActSegtree<A>
impl<A, B> Fold<B> for VecActSegtree<A>
Source§impl<A> FoldBisect for VecActSegtree<A>
impl<A> FoldBisect for VecActSegtree<A>
Source§impl<A> FoldBisectRev for VecActSegtree<A>
impl<A> FoldBisectRev for VecActSegtree<A>
Source§impl<A> From<(Vec<<<A as MonoidAction>::Operand as Magma>::Set>, A)> for VecActSegtree<A>
impl<A> From<(Vec<<<A as MonoidAction>::Operand as Magma>::Set>, A)> for VecActSegtree<A>
Source§impl<A> From<Vec<<<A as MonoidAction>::Operand as Magma>::Set>> for VecActSegtree<A>
impl<A> From<Vec<<<A as MonoidAction>::Operand as Magma>::Set>> for VecActSegtree<A>
Auto Trait Implementations§
impl<A> !Freeze for VecActSegtree<A>
impl<A> !RefUnwindSafe for VecActSegtree<A>
impl<A> Send for VecActSegtree<A>
impl<A> !Sync for VecActSegtree<A>
impl<A> Unpin for VecActSegtree<A>
impl<A> UnsafeUnpin for VecActSegtree<A>where
<<A as MonoidAction>::Operand as Magma>::Set: Sized,
<<A as MonoidAction>::Operator as Magma>::Set: Sized,
A: UnsafeUnpin,
impl<A> UnwindSafe for VecActSegtree<A>where
<<A as MonoidAction>::Operand as Magma>::Set: Sized + UnwindSafe,
<<A as MonoidAction>::Operator as Magma>::Set: Sized + UnwindSafe,
A: UnwindSafe,
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