#[non_exhaustive]pub struct SheetVisualScopingConfiguration { /* private fields */ }
Expand description
The filter that is applied to the options.
Implementations§
source§impl SheetVisualScopingConfiguration
impl SheetVisualScopingConfiguration
sourcepub fn scope(&self) -> Option<&FilterVisualScope>
pub fn scope(&self) -> Option<&FilterVisualScope>
The scope of the applied entities. Choose one of the following options:
-
ALL_VISUALS
-
SELECTED_VISUALS
sourcepub fn visual_ids(&self) -> Option<&[String]>
pub fn visual_ids(&self) -> Option<&[String]>
The selected visuals that the filter is applied to.
source§impl SheetVisualScopingConfiguration
impl SheetVisualScopingConfiguration
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SheetVisualScopingConfiguration
.
Trait Implementations§
source§impl Clone for SheetVisualScopingConfiguration
impl Clone for SheetVisualScopingConfiguration
source§fn clone(&self) -> SheetVisualScopingConfiguration
fn clone(&self) -> SheetVisualScopingConfiguration
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 PartialEq<SheetVisualScopingConfiguration> for SheetVisualScopingConfiguration
impl PartialEq<SheetVisualScopingConfiguration> for SheetVisualScopingConfiguration
source§fn eq(&self, other: &SheetVisualScopingConfiguration) -> bool
fn eq(&self, other: &SheetVisualScopingConfiguration) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.