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