Struct aws_sdk_quicksight::types::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() -> NamespaceErrorBuilder
pub fn builder() -> NamespaceErrorBuilder
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 ==.impl StructuralPartialEq for NamespaceError
Auto Trait Implementations§
impl RefUnwindSafe for NamespaceError
impl Send for NamespaceError
impl Sync for NamespaceError
impl Unpin for NamespaceError
impl UnwindSafe for NamespaceError
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