Struct aws_sdk_quicksight::model::ThemeError
source · [−]#[non_exhaustive]pub struct ThemeError { /* private fields */ }Expand description
Theme error.
Implementations
sourceimpl ThemeError
impl ThemeError
sourceimpl ThemeError
impl ThemeError
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ThemeError.
Trait Implementations
sourceimpl Clone for ThemeError
impl Clone for ThemeError
sourcefn clone(&self) -> ThemeError
fn clone(&self) -> ThemeError
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for ThemeError
impl Debug for ThemeError
sourceimpl PartialEq<ThemeError> for ThemeError
impl PartialEq<ThemeError> for ThemeError
sourcefn eq(&self, other: &ThemeError) -> bool
fn eq(&self, other: &ThemeError) -> bool
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more