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 more