#[non_exhaustive]pub struct FilledMapFieldWellsBuilder { /* private fields */ }Expand description
A builder for FilledMapFieldWells.
Implementations§
source§impl FilledMapFieldWellsBuilder
impl FilledMapFieldWellsBuilder
sourcepub fn filled_map_aggregated_field_wells(
self,
input: FilledMapAggregatedFieldWells
) -> Self
pub fn filled_map_aggregated_field_wells( self, input: FilledMapAggregatedFieldWells ) -> Self
The aggregated field well of the filled map.
sourcepub fn set_filled_map_aggregated_field_wells(
self,
input: Option<FilledMapAggregatedFieldWells>
) -> Self
pub fn set_filled_map_aggregated_field_wells( self, input: Option<FilledMapAggregatedFieldWells> ) -> Self
The aggregated field well of the filled map.
sourcepub fn get_filled_map_aggregated_field_wells(
&self
) -> &Option<FilledMapAggregatedFieldWells>
pub fn get_filled_map_aggregated_field_wells( &self ) -> &Option<FilledMapAggregatedFieldWells>
The aggregated field well of the filled map.
sourcepub fn build(self) -> FilledMapFieldWells
pub fn build(self) -> FilledMapFieldWells
Consumes the builder and constructs a FilledMapFieldWells.
Trait Implementations§
source§impl Clone for FilledMapFieldWellsBuilder
impl Clone for FilledMapFieldWellsBuilder
source§fn clone(&self) -> FilledMapFieldWellsBuilder
fn clone(&self) -> FilledMapFieldWellsBuilder
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 FilledMapFieldWellsBuilder
impl Debug for FilledMapFieldWellsBuilder
source§impl Default for FilledMapFieldWellsBuilder
impl Default for FilledMapFieldWellsBuilder
source§fn default() -> FilledMapFieldWellsBuilder
fn default() -> FilledMapFieldWellsBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for FilledMapFieldWellsBuilder
impl PartialEq for FilledMapFieldWellsBuilder
source§fn eq(&self, other: &FilledMapFieldWellsBuilder) -> bool
fn eq(&self, other: &FilledMapFieldWellsBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for FilledMapFieldWellsBuilder
Auto Trait Implementations§
impl Freeze for FilledMapFieldWellsBuilder
impl RefUnwindSafe for FilledMapFieldWellsBuilder
impl Send for FilledMapFieldWellsBuilder
impl Sync for FilledMapFieldWellsBuilder
impl Unpin for FilledMapFieldWellsBuilder
impl UnwindSafe for FilledMapFieldWellsBuilder
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.