Struct aws_sdk_quicksight::output::DeleteNamespaceOutput
source · [−]#[non_exhaustive]pub struct DeleteNamespaceOutput { /* private fields */ }Implementations
sourceimpl DeleteNamespaceOutput
impl DeleteNamespaceOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteNamespaceOutput.
Trait Implementations
sourceimpl Clone for DeleteNamespaceOutput
impl Clone for DeleteNamespaceOutput
sourcefn clone(&self) -> DeleteNamespaceOutput
fn clone(&self) -> DeleteNamespaceOutput
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 DeleteNamespaceOutput
impl Debug for DeleteNamespaceOutput
sourceimpl PartialEq<DeleteNamespaceOutput> for DeleteNamespaceOutput
impl PartialEq<DeleteNamespaceOutput> for DeleteNamespaceOutput
sourcefn eq(&self, other: &DeleteNamespaceOutput) -> bool
fn eq(&self, other: &DeleteNamespaceOutput) -> bool
impl StructuralPartialEq for DeleteNamespaceOutput
Auto Trait Implementations
impl RefUnwindSafe for DeleteNamespaceOutput
impl Send for DeleteNamespaceOutput
impl Sync for DeleteNamespaceOutput
impl Unpin for DeleteNamespaceOutput
impl UnwindSafe for DeleteNamespaceOutput
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