Struct aws_sdk_quicksight::input::DeleteNamespaceInput
source · [−]#[non_exhaustive]pub struct DeleteNamespaceInput { /* private fields */ }Implementations
sourceimpl DeleteNamespaceInput
impl DeleteNamespaceInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteNamespace, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteNamespace, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteNamespace>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteNamespaceInput.
Trait Implementations
sourceimpl Clone for DeleteNamespaceInput
impl Clone for DeleteNamespaceInput
sourcefn clone(&self) -> DeleteNamespaceInput
fn clone(&self) -> DeleteNamespaceInput
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 DeleteNamespaceInput
impl Debug for DeleteNamespaceInput
sourceimpl PartialEq<DeleteNamespaceInput> for DeleteNamespaceInput
impl PartialEq<DeleteNamespaceInput> for DeleteNamespaceInput
sourcefn eq(&self, other: &DeleteNamespaceInput) -> bool
fn eq(&self, other: &DeleteNamespaceInput) -> bool
impl StructuralPartialEq for DeleteNamespaceInput
Auto Trait Implementations
impl RefUnwindSafe for DeleteNamespaceInput
impl Send for DeleteNamespaceInput
impl Sync for DeleteNamespaceInput
impl Unpin for DeleteNamespaceInput
impl UnwindSafe for DeleteNamespaceInput
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