#[non_exhaustive]pub struct PivotTableConfigurationBuilder { /* private fields */ }
Expand description
A builder for PivotTableConfiguration
.
Implementations§
source§impl PivotTableConfigurationBuilder
impl PivotTableConfigurationBuilder
sourcepub fn field_wells(self, input: PivotTableFieldWells) -> Self
pub fn field_wells(self, input: PivotTableFieldWells) -> Self
The field wells of the visual.
sourcepub fn set_field_wells(self, input: Option<PivotTableFieldWells>) -> Self
pub fn set_field_wells(self, input: Option<PivotTableFieldWells>) -> Self
The field wells of the visual.
sourcepub fn get_field_wells(&self) -> &Option<PivotTableFieldWells>
pub fn get_field_wells(&self) -> &Option<PivotTableFieldWells>
The field wells of the visual.
sourcepub fn sort_configuration(self, input: PivotTableSortConfiguration) -> Self
pub fn sort_configuration(self, input: PivotTableSortConfiguration) -> Self
The sort configuration for a PivotTableVisual
.
sourcepub fn set_sort_configuration(
self,
input: Option<PivotTableSortConfiguration>,
) -> Self
pub fn set_sort_configuration( self, input: Option<PivotTableSortConfiguration>, ) -> Self
The sort configuration for a PivotTableVisual
.
sourcepub fn get_sort_configuration(&self) -> &Option<PivotTableSortConfiguration>
pub fn get_sort_configuration(&self) -> &Option<PivotTableSortConfiguration>
The sort configuration for a PivotTableVisual
.
sourcepub fn table_options(self, input: PivotTableOptions) -> Self
pub fn table_options(self, input: PivotTableOptions) -> Self
The table options for a pivot table visual.
sourcepub fn set_table_options(self, input: Option<PivotTableOptions>) -> Self
pub fn set_table_options(self, input: Option<PivotTableOptions>) -> Self
The table options for a pivot table visual.
sourcepub fn get_table_options(&self) -> &Option<PivotTableOptions>
pub fn get_table_options(&self) -> &Option<PivotTableOptions>
The table options for a pivot table visual.
sourcepub fn total_options(self, input: PivotTableTotalOptions) -> Self
pub fn total_options(self, input: PivotTableTotalOptions) -> Self
The total options for a pivot table visual.
sourcepub fn set_total_options(self, input: Option<PivotTableTotalOptions>) -> Self
pub fn set_total_options(self, input: Option<PivotTableTotalOptions>) -> Self
The total options for a pivot table visual.
sourcepub fn get_total_options(&self) -> &Option<PivotTableTotalOptions>
pub fn get_total_options(&self) -> &Option<PivotTableTotalOptions>
The total options for a pivot table visual.
sourcepub fn field_options(self, input: PivotTableFieldOptions) -> Self
pub fn field_options(self, input: PivotTableFieldOptions) -> Self
The field options for a pivot table visual.
sourcepub fn set_field_options(self, input: Option<PivotTableFieldOptions>) -> Self
pub fn set_field_options(self, input: Option<PivotTableFieldOptions>) -> Self
The field options for a pivot table visual.
sourcepub fn get_field_options(&self) -> &Option<PivotTableFieldOptions>
pub fn get_field_options(&self) -> &Option<PivotTableFieldOptions>
The field options for a pivot table visual.
sourcepub fn paginated_report_options(
self,
input: PivotTablePaginatedReportOptions,
) -> Self
pub fn paginated_report_options( self, input: PivotTablePaginatedReportOptions, ) -> Self
The paginated report options for a pivot table visual.
sourcepub fn set_paginated_report_options(
self,
input: Option<PivotTablePaginatedReportOptions>,
) -> Self
pub fn set_paginated_report_options( self, input: Option<PivotTablePaginatedReportOptions>, ) -> Self
The paginated report options for a pivot table visual.
sourcepub fn get_paginated_report_options(
&self,
) -> &Option<PivotTablePaginatedReportOptions>
pub fn get_paginated_report_options( &self, ) -> &Option<PivotTablePaginatedReportOptions>
The paginated report options for a pivot table visual.
sourcepub fn interactions(self, input: VisualInteractionOptions) -> Self
pub fn interactions(self, input: VisualInteractionOptions) -> Self
The general visual interactions setup for a visual.
sourcepub fn set_interactions(self, input: Option<VisualInteractionOptions>) -> Self
pub fn set_interactions(self, input: Option<VisualInteractionOptions>) -> Self
The general visual interactions setup for a visual.
sourcepub fn get_interactions(&self) -> &Option<VisualInteractionOptions>
pub fn get_interactions(&self) -> &Option<VisualInteractionOptions>
The general visual interactions setup for a visual.
sourcepub fn build(self) -> PivotTableConfiguration
pub fn build(self) -> PivotTableConfiguration
Consumes the builder and constructs a PivotTableConfiguration
.
Trait Implementations§
source§impl Clone for PivotTableConfigurationBuilder
impl Clone for PivotTableConfigurationBuilder
source§fn clone(&self) -> PivotTableConfigurationBuilder
fn clone(&self) -> PivotTableConfigurationBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for PivotTableConfigurationBuilder
impl Default for PivotTableConfigurationBuilder
source§fn default() -> PivotTableConfigurationBuilder
fn default() -> PivotTableConfigurationBuilder
source§impl PartialEq for PivotTableConfigurationBuilder
impl PartialEq for PivotTableConfigurationBuilder
source§fn eq(&self, other: &PivotTableConfigurationBuilder) -> bool
fn eq(&self, other: &PivotTableConfigurationBuilder) -> bool
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for PivotTableConfigurationBuilder
Auto Trait Implementations§
impl Freeze for PivotTableConfigurationBuilder
impl RefUnwindSafe for PivotTableConfigurationBuilder
impl Send for PivotTableConfigurationBuilder
impl Sync for PivotTableConfigurationBuilder
impl Unpin for PivotTableConfigurationBuilder
impl UnwindSafe for PivotTableConfigurationBuilder
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
clone_to_uninit
)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>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read more