#[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 Freeze for SheetLayoutElementMaximizationOptionBuilder
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> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)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>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreCreates a shared type from an unshared type.