Struct aws_sdk_quicksight::types::SheetControlsOption
source · #[non_exhaustive]pub struct SheetControlsOption { /* private fields */ }Expand description
Sheet controls option.
Implementations§
source§impl SheetControlsOption
impl SheetControlsOption
sourcepub fn visibility_state(&self) -> Option<&DashboardUiState>
pub fn visibility_state(&self) -> Option<&DashboardUiState>
Visibility state.
source§impl SheetControlsOption
impl SheetControlsOption
sourcepub fn builder() -> SheetControlsOptionBuilder
pub fn builder() -> SheetControlsOptionBuilder
Creates a new builder-style object to manufacture SheetControlsOption.
Trait Implementations§
source§impl Clone for SheetControlsOption
impl Clone for SheetControlsOption
source§fn clone(&self) -> SheetControlsOption
fn clone(&self) -> SheetControlsOption
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 Debug for SheetControlsOption
impl Debug for SheetControlsOption
source§impl PartialEq<SheetControlsOption> for SheetControlsOption
impl PartialEq<SheetControlsOption> for SheetControlsOption
source§fn eq(&self, other: &SheetControlsOption) -> bool
fn eq(&self, other: &SheetControlsOption) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for SheetControlsOption
Auto Trait Implementations§
impl RefUnwindSafe for SheetControlsOption
impl Send for SheetControlsOption
impl Sync for SheetControlsOption
impl Unpin for SheetControlsOption
impl UnwindSafe for SheetControlsOption
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