#[non_exhaustive]pub struct CustomIndicesInputBuilder { /* private fields */ }
Expand description
A builder for CustomIndicesInput
.
Implementations§
source§impl CustomIndicesInputBuilder
impl CustomIndicesInputBuilder
sourcepub fn operations(self, input: Operation) -> Self
pub fn operations(self, input: Operation) -> Self
Appends an item to operations
.
To override the contents of this collection use set_operations
.
A list of BandMath indices to compute.
sourcepub fn set_operations(self, input: Option<Vec<Operation>>) -> Self
pub fn set_operations(self, input: Option<Vec<Operation>>) -> Self
A list of BandMath indices to compute.
sourcepub fn get_operations(&self) -> &Option<Vec<Operation>>
pub fn get_operations(&self) -> &Option<Vec<Operation>>
A list of BandMath indices to compute.
sourcepub fn build(self) -> CustomIndicesInput
pub fn build(self) -> CustomIndicesInput
Consumes the builder and constructs a CustomIndicesInput
.
Trait Implementations§
source§impl Clone for CustomIndicesInputBuilder
impl Clone for CustomIndicesInputBuilder
source§fn clone(&self) -> CustomIndicesInputBuilder
fn clone(&self) -> CustomIndicesInputBuilder
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 Debug for CustomIndicesInputBuilder
impl Debug for CustomIndicesInputBuilder
source§impl Default for CustomIndicesInputBuilder
impl Default for CustomIndicesInputBuilder
source§fn default() -> CustomIndicesInputBuilder
fn default() -> CustomIndicesInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for CustomIndicesInputBuilder
impl PartialEq for CustomIndicesInputBuilder
source§fn eq(&self, other: &CustomIndicesInputBuilder) -> bool
fn eq(&self, other: &CustomIndicesInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for CustomIndicesInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for CustomIndicesInputBuilder
impl Send for CustomIndicesInputBuilder
impl Sync for CustomIndicesInputBuilder
impl Unpin for CustomIndicesInputBuilder
impl UnwindSafe for CustomIndicesInputBuilder
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.