Struct aws_sdk_quicksight::model::TemplateError
source · [−]#[non_exhaustive]pub struct TemplateError { /* private fields */ }Expand description
List of errors that occurred when the template version creation failed.
Implementations
sourceimpl TemplateError
impl TemplateError
sourceimpl TemplateError
impl TemplateError
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TemplateError.
Trait Implementations
sourceimpl Clone for TemplateError
impl Clone for TemplateError
sourcefn clone(&self) -> TemplateError
fn clone(&self) -> TemplateError
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 TemplateError
impl Debug for TemplateError
sourceimpl PartialEq<TemplateError> for TemplateError
impl PartialEq<TemplateError> for TemplateError
sourcefn eq(&self, other: &TemplateError) -> bool
fn eq(&self, other: &TemplateError) -> bool
impl StructuralPartialEq for TemplateError
Auto Trait Implementations
impl RefUnwindSafe for TemplateError
impl Send for TemplateError
impl Sync for TemplateError
impl Unpin for TemplateError
impl UnwindSafe for TemplateError
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