#[non_exhaustive]pub struct PivotTableDataPathOptionBuilder { /* private fields */ }Expand description
A builder for PivotTableDataPathOption.
Implementations§
source§impl PivotTableDataPathOptionBuilder
impl PivotTableDataPathOptionBuilder
sourcepub fn data_path_list(self, input: DataPathValue) -> Self
pub fn data_path_list(self, input: DataPathValue) -> Self
Appends an item to data_path_list.
To override the contents of this collection use set_data_path_list.
The list of data path values for the data path options.
sourcepub fn set_data_path_list(self, input: Option<Vec<DataPathValue>>) -> Self
pub fn set_data_path_list(self, input: Option<Vec<DataPathValue>>) -> Self
The list of data path values for the data path options.
sourcepub fn build(self) -> PivotTableDataPathOption
pub fn build(self) -> PivotTableDataPathOption
Consumes the builder and constructs a PivotTableDataPathOption.
Trait Implementations§
source§impl Clone for PivotTableDataPathOptionBuilder
impl Clone for PivotTableDataPathOptionBuilder
source§fn clone(&self) -> PivotTableDataPathOptionBuilder
fn clone(&self) -> PivotTableDataPathOptionBuilder
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 PivotTableDataPathOptionBuilder
impl Default for PivotTableDataPathOptionBuilder
source§fn default() -> PivotTableDataPathOptionBuilder
fn default() -> PivotTableDataPathOptionBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<PivotTableDataPathOptionBuilder> for PivotTableDataPathOptionBuilder
impl PartialEq<PivotTableDataPathOptionBuilder> for PivotTableDataPathOptionBuilder
source§fn eq(&self, other: &PivotTableDataPathOptionBuilder) -> bool
fn eq(&self, other: &PivotTableDataPathOptionBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.