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