Struct aws_sdk_quicksight::types::TemplateError
source · #[non_exhaustive]pub struct TemplateError { /* private fields */ }Expand description
List of errors that occurred when the template version creation failed.
Implementations§
source§impl TemplateError
impl TemplateError
source§impl TemplateError
impl TemplateError
sourcepub fn builder() -> TemplateErrorBuilder
pub fn builder() -> TemplateErrorBuilder
Creates a new builder-style object to manufacture TemplateError.
Trait Implementations§
source§impl Clone for TemplateError
impl Clone for TemplateError
source§fn clone(&self) -> TemplateError
fn clone(&self) -> TemplateError
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 TemplateError
impl Debug for TemplateError
source§impl PartialEq<TemplateError> for TemplateError
impl PartialEq<TemplateError> for TemplateError
source§fn eq(&self, other: &TemplateError) -> bool
fn eq(&self, other: &TemplateError) -> bool
This method tests for
self and other values to be equal, and is used
by ==.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§
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