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 moresource§impl Debug for ThemeError
impl Debug for ThemeError
source§impl PartialEq<ThemeError> for ThemeError
impl PartialEq<ThemeError> for ThemeError
source§fn eq(&self, other: &ThemeError) -> bool
fn eq(&self, other: &ThemeError) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.