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