Struct aws_sdk_quicksight::types::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() -> LoadingAnimationBuilder
pub fn builder() -> LoadingAnimationBuilder
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 ==.impl StructuralPartialEq for LoadingAnimation
Auto Trait Implementations§
impl RefUnwindSafe for LoadingAnimation
impl Send for LoadingAnimation
impl Sync for LoadingAnimation
impl Unpin for LoadingAnimation
impl UnwindSafe for LoadingAnimation
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