Struct aws_sdk_quicksight::model::AnalysisError
source · #[non_exhaustive]pub struct AnalysisError { /* private fields */ }
Expand description
Analysis error.
Implementations§
source§impl AnalysisError
impl AnalysisError
source§impl AnalysisError
impl AnalysisError
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AnalysisError
.
Trait Implementations§
source§impl Clone for AnalysisError
impl Clone for AnalysisError
source§fn clone(&self) -> AnalysisError
fn clone(&self) -> AnalysisError
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 AnalysisError
impl Debug for AnalysisError
source§impl PartialEq<AnalysisError> for AnalysisError
impl PartialEq<AnalysisError> for AnalysisError
source§fn eq(&self, other: &AnalysisError) -> bool
fn eq(&self, other: &AnalysisError) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.