Struct nekolib::ds::vec_act_segtree::VecActSegtree
source · pub struct VecActSegtree<A>where
A: MonoidAction,
<A::Operator as Magma>::Set: Clone,
<A::Operand as Magma>::Set: Clone,{ /* private fields */ }
Implementations§
Trait Implementations§
source§impl<A, B> Act<B> for VecActSegtree<A>where
A: MonoidAction,
<A::Operator as Magma>::Set: Clone,
<A::Operand as Magma>::Set: Clone,
B: RangeBounds<usize>,
impl<A, B> Act<B> for VecActSegtree<A>where A: MonoidAction, <A::Operator as Magma>::Set: Clone, <A::Operand as Magma>::Set: Clone, B: RangeBounds<usize>,
source§impl<A> Clone for VecActSegtree<A>where
A: MonoidAction + Clone,
<A::Operator as Magma>::Set: Clone,
<A::Operand as Magma>::Set: Clone,
A::Operand: Clone,
A::Operator: Clone,
impl<A> Clone for VecActSegtree<A>where A: MonoidAction + Clone, <A::Operator as Magma>::Set: Clone, <A::Operand as Magma>::Set: Clone, A::Operand: Clone, A::Operator: Clone,
source§fn clone(&self) -> VecActSegtree<A>
fn clone(&self) -> VecActSegtree<A>
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 moresource§impl<A> Debug for VecActSegtree<A>where
A: MonoidAction,
<A::Operator as Magma>::Set: Clone,
<A::Operand as Magma>::Set: Clone + Debug,
impl<A> Debug for VecActSegtree<A>where A: MonoidAction, <A::Operator as Magma>::Set: Clone, <A::Operand as Magma>::Set: Clone + Debug,
source§impl<A> Default for VecActSegtree<A>where
A: MonoidAction + Default,
<A::Operator as Magma>::Set: Clone,
<A::Operand as Magma>::Set: Clone,
A::Operand: Default,
A::Operator: Default,
impl<A> Default for VecActSegtree<A>where A: MonoidAction + Default, <A::Operator as Magma>::Set: Clone, <A::Operand as Magma>::Set: Clone, A::Operand: Default, A::Operator: Default,
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>where
A: MonoidAction,
<A::Operator as Magma>::Set: Clone,
<A::Operand as Magma>::Set: Clone,
B: RangeBounds<usize>,
impl<A, B> Fold<B> for VecActSegtree<A>where A: MonoidAction, <A::Operator as Magma>::Set: Clone, <A::Operand as Magma>::Set: Clone, B: RangeBounds<usize>,
source§impl<A> FoldBisect for VecActSegtree<A>where
A: MonoidAction,
<A::Operator as Magma>::Set: Clone,
<A::Operand as Magma>::Set: Clone,
impl<A> FoldBisect for VecActSegtree<A>where A: MonoidAction, <A::Operator as Magma>::Set: Clone, <A::Operand as Magma>::Set: Clone,
source§impl<A> FoldBisectRev for VecActSegtree<A>where
A: MonoidAction,
<A::Operator as Magma>::Set: Clone,
<A::Operand as Magma>::Set: Clone,
impl<A> FoldBisectRev for VecActSegtree<A>where A: MonoidAction, <A::Operator as Magma>::Set: Clone, <A::Operand as Magma>::Set: Clone,
source§impl<A> From<(Vec<<<A as MonoidAction>::Operand as Magma>::Set, Global>, A)> for VecActSegtree<A>where
A: MonoidAction,
<A::Operator as Magma>::Set: Clone,
<A::Operand as Magma>::Set: Clone,
impl<A> From<(Vec<<<A as MonoidAction>::Operand as Magma>::Set, Global>, A)> for VecActSegtree<A>where A: MonoidAction, <A::Operator as Magma>::Set: Clone, <A::Operand as Magma>::Set: Clone,
source§impl<A> From<Vec<<<A as MonoidAction>::Operand as Magma>::Set, Global>> for VecActSegtree<A>where
A: MonoidAction + Default,
<A::Operator as Magma>::Set: Clone,
<A::Operand as Magma>::Set: Clone,
impl<A> From<Vec<<<A as MonoidAction>::Operand as Magma>::Set, Global>> for VecActSegtree<A>where A: MonoidAction + Default, <A::Operator as Magma>::Set: Clone, <A::Operand as Magma>::Set: Clone,
Auto Trait Implementations§
impl<A> !RefUnwindSafe for VecActSegtree<A>
impl<A> Send for VecActSegtree<A>where A: Send, <<A as MonoidAction>::Operand as Magma>::Set: Send, <<A as MonoidAction>::Operator as Magma>::Set: Send,
impl<A> !Sync for VecActSegtree<A>
impl<A> Unpin for VecActSegtree<A>where A: Unpin, <<A as MonoidAction>::Operand as Magma>::Set: Unpin, <<A as MonoidAction>::Operator as Magma>::Set: Unpin,
impl<A> UnwindSafe for VecActSegtree<A>where A: UnwindSafe, <<A as MonoidAction>::Operand as Magma>::Set: UnwindSafe, <<A as MonoidAction>::Operator as Magma>::Set: 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