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