Struct aws_sdk_quicksight::model::ThemeError
source · #[non_exhaustive]pub struct ThemeError { /* private fields */ }Expand description
Theme error.
Implementations§
source§impl ThemeError
impl ThemeError
source§impl ThemeError
impl ThemeError
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ThemeError.
Trait Implementations§
source§impl Clone for ThemeError
impl Clone for ThemeError
source§fn clone(&self) -> ThemeError
fn clone(&self) -> ThemeError
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