#[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() -> SheetVisualScopingConfigurationBuilder
pub fn builder() -> SheetVisualScopingConfigurationBuilder
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 ==.impl StructuralPartialEq for SheetVisualScopingConfiguration
Auto Trait Implementations§
impl RefUnwindSafe for SheetVisualScopingConfiguration
impl Send for SheetVisualScopingConfiguration
impl Sync for SheetVisualScopingConfiguration
impl Unpin for SheetVisualScopingConfiguration
impl UnwindSafe for SheetVisualScopingConfiguration
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