#[non_exhaustive]pub struct SheetLayoutElementMaximizationOptionBuilder { /* private fields */ }Expand description
A builder for SheetLayoutElementMaximizationOption.
Implementations§
source§impl SheetLayoutElementMaximizationOptionBuilder
impl SheetLayoutElementMaximizationOptionBuilder
sourcepub fn availability_status(self, input: DashboardBehavior) -> Self
pub fn availability_status(self, input: DashboardBehavior) -> Self
The status of the sheet layout maximization options of a dashbaord.
sourcepub fn set_availability_status(self, input: Option<DashboardBehavior>) -> Self
pub fn set_availability_status(self, input: Option<DashboardBehavior>) -> Self
The status of the sheet layout maximization options of a dashbaord.
sourcepub fn get_availability_status(&self) -> &Option<DashboardBehavior>
pub fn get_availability_status(&self) -> &Option<DashboardBehavior>
The status of the sheet layout maximization options of a dashbaord.
sourcepub fn build(self) -> SheetLayoutElementMaximizationOption
pub fn build(self) -> SheetLayoutElementMaximizationOption
Consumes the builder and constructs a SheetLayoutElementMaximizationOption.
Trait Implementations§
source§impl Clone for SheetLayoutElementMaximizationOptionBuilder
impl Clone for SheetLayoutElementMaximizationOptionBuilder
source§fn clone(&self) -> SheetLayoutElementMaximizationOptionBuilder
fn clone(&self) -> SheetLayoutElementMaximizationOptionBuilder
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 SheetLayoutElementMaximizationOptionBuilder
impl Default for SheetLayoutElementMaximizationOptionBuilder
source§fn default() -> SheetLayoutElementMaximizationOptionBuilder
fn default() -> SheetLayoutElementMaximizationOptionBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for SheetLayoutElementMaximizationOptionBuilder
impl PartialEq for SheetLayoutElementMaximizationOptionBuilder
source§fn eq(&self, other: &SheetLayoutElementMaximizationOptionBuilder) -> bool
fn eq(&self, other: &SheetLayoutElementMaximizationOptionBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for SheetLayoutElementMaximizationOptionBuilder
Auto Trait Implementations§
impl RefUnwindSafe for SheetLayoutElementMaximizationOptionBuilder
impl Send for SheetLayoutElementMaximizationOptionBuilder
impl Sync for SheetLayoutElementMaximizationOptionBuilder
impl Unpin for SheetLayoutElementMaximizationOptionBuilder
impl UnwindSafe for SheetLayoutElementMaximizationOptionBuilder
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.