#[non_exhaustive]pub struct SheetElementConfigurationOverridesBuilder { /* private fields */ }Expand description
A builder for SheetElementConfigurationOverrides.
Implementations§
source§impl SheetElementConfigurationOverridesBuilder
impl SheetElementConfigurationOverridesBuilder
sourcepub fn visibility(self, input: Visibility) -> Self
pub fn visibility(self, input: Visibility) -> Self
Determines whether or not the overrides are visible. Choose one of the following options:
-
VISIBLE -
HIDDEN
sourcepub fn set_visibility(self, input: Option<Visibility>) -> Self
pub fn set_visibility(self, input: Option<Visibility>) -> Self
Determines whether or not the overrides are visible. Choose one of the following options:
-
VISIBLE -
HIDDEN
sourcepub fn get_visibility(&self) -> &Option<Visibility>
pub fn get_visibility(&self) -> &Option<Visibility>
Determines whether or not the overrides are visible. Choose one of the following options:
-
VISIBLE -
HIDDEN
sourcepub fn build(self) -> SheetElementConfigurationOverrides
pub fn build(self) -> SheetElementConfigurationOverrides
Consumes the builder and constructs a SheetElementConfigurationOverrides.
Trait Implementations§
source§impl Clone for SheetElementConfigurationOverridesBuilder
impl Clone for SheetElementConfigurationOverridesBuilder
source§fn clone(&self) -> SheetElementConfigurationOverridesBuilder
fn clone(&self) -> SheetElementConfigurationOverridesBuilder
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 SheetElementConfigurationOverridesBuilder
impl Default for SheetElementConfigurationOverridesBuilder
source§fn default() -> SheetElementConfigurationOverridesBuilder
fn default() -> SheetElementConfigurationOverridesBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for SheetElementConfigurationOverridesBuilder
impl PartialEq for SheetElementConfigurationOverridesBuilder
source§fn eq(&self, other: &SheetElementConfigurationOverridesBuilder) -> bool
fn eq(&self, other: &SheetElementConfigurationOverridesBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for SheetElementConfigurationOverridesBuilder
Auto Trait Implementations§
impl Freeze for SheetElementConfigurationOverridesBuilder
impl RefUnwindSafe for SheetElementConfigurationOverridesBuilder
impl Send for SheetElementConfigurationOverridesBuilder
impl Sync for SheetElementConfigurationOverridesBuilder
impl Unpin for SheetElementConfigurationOverridesBuilder
impl UnwindSafe for SheetElementConfigurationOverridesBuilder
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
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>
Creates a shared type from an unshared type.