Struct aws_sdk_quicksight::model::LoadingAnimation
source · #[non_exhaustive]pub struct LoadingAnimation { /* private fields */ }
Expand description
The configuration of loading animation in free-form layout.
Implementations§
source§impl LoadingAnimation
impl LoadingAnimation
sourcepub fn visibility(&self) -> Option<&Visibility>
pub fn visibility(&self) -> Option<&Visibility>
The visibility configuration of LoadingAnimation
.
source§impl LoadingAnimation
impl LoadingAnimation
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture LoadingAnimation
.
Trait Implementations§
source§impl Clone for LoadingAnimation
impl Clone for LoadingAnimation
source§fn clone(&self) -> LoadingAnimation
fn clone(&self) -> LoadingAnimation
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 LoadingAnimation
impl Debug for LoadingAnimation
source§impl PartialEq<LoadingAnimation> for LoadingAnimation
impl PartialEq<LoadingAnimation> for LoadingAnimation
source§fn eq(&self, other: &LoadingAnimation) -> bool
fn eq(&self, other: &LoadingAnimation) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.