#[non_exhaustive]pub struct FilterScopeConfiguration { /* private fields */ }
Expand description
The scope configuration for a FilterGroup
.
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
Implementations§
source§impl FilterScopeConfiguration
impl FilterScopeConfiguration
sourcepub fn selected_sheets(&self) -> Option<&SelectedSheetsFilterScopeConfiguration>
pub fn selected_sheets(&self) -> Option<&SelectedSheetsFilterScopeConfiguration>
The configuration for applying a filter to specific sheets.
source§impl FilterScopeConfiguration
impl FilterScopeConfiguration
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture FilterScopeConfiguration
.
Trait Implementations§
source§impl Clone for FilterScopeConfiguration
impl Clone for FilterScopeConfiguration
source§fn clone(&self) -> FilterScopeConfiguration
fn clone(&self) -> FilterScopeConfiguration
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 FilterScopeConfiguration
impl Debug for FilterScopeConfiguration
source§impl PartialEq<FilterScopeConfiguration> for FilterScopeConfiguration
impl PartialEq<FilterScopeConfiguration> for FilterScopeConfiguration
source§fn eq(&self, other: &FilterScopeConfiguration) -> bool
fn eq(&self, other: &FilterScopeConfiguration) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.