Struct aws_sdk_quicksight::model::SheetControlsOption
source · [−]#[non_exhaustive]pub struct SheetControlsOption { /* private fields */ }Expand description
Sheet controls option.
Implementations
sourceimpl SheetControlsOption
impl SheetControlsOption
sourcepub fn visibility_state(&self) -> Option<&DashboardUiState>
pub fn visibility_state(&self) -> Option<&DashboardUiState>
Visibility state.
sourceimpl SheetControlsOption
impl SheetControlsOption
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SheetControlsOption.
Trait Implementations
sourceimpl Clone for SheetControlsOption
impl Clone for SheetControlsOption
sourcefn clone(&self) -> SheetControlsOption
fn clone(&self) -> SheetControlsOption
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for SheetControlsOption
impl Debug for SheetControlsOption
sourceimpl PartialEq<SheetControlsOption> for SheetControlsOption
impl PartialEq<SheetControlsOption> for SheetControlsOption
sourcefn eq(&self, other: &SheetControlsOption) -> bool
fn eq(&self, other: &SheetControlsOption) -> bool
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more