pub struct SegtreeOnSegtreeBuilder { /* private fields */ }
Expand description
SegtreeOnSegtree
を構築するための構造体。
Implementations§
Source§impl SegtreeOnSegtreeBuilder
impl SegtreeOnSegtreeBuilder
Sourcepub fn new() -> Self
pub fn new() -> Self
空のSegtreeOnSegtreeBuilder
を用意する。
Sourcepub fn build<M: Monoid + Clone>(self) -> SegtreeOnSegtree<M>
pub fn build<M: Monoid + Clone>(self) -> SegtreeOnSegtree<M>
SegtreeOnSegtree
を構築する。
Trait Implementations§
Source§impl Clone for SegtreeOnSegtreeBuilder
impl Clone for SegtreeOnSegtreeBuilder
Source§fn clone(&self) -> SegtreeOnSegtreeBuilder
fn clone(&self) -> SegtreeOnSegtreeBuilder
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 Default for SegtreeOnSegtreeBuilder
impl Default for SegtreeOnSegtreeBuilder
Source§fn default() -> SegtreeOnSegtreeBuilder
fn default() -> SegtreeOnSegtreeBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SegtreeOnSegtreeBuilder
impl RefUnwindSafe for SegtreeOnSegtreeBuilder
impl Send for SegtreeOnSegtreeBuilder
impl Sync for SegtreeOnSegtreeBuilder
impl Unpin for SegtreeOnSegtreeBuilder
impl UnwindSafe for SegtreeOnSegtreeBuilder
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