Struct aws_sdk_finspace::operation::delete_kx_database::builders::DeleteKxDatabaseOutputBuilder
source · #[non_exhaustive]pub struct DeleteKxDatabaseOutputBuilder { /* private fields */ }Expand description
A builder for DeleteKxDatabaseOutput.
Implementations§
source§impl DeleteKxDatabaseOutputBuilder
impl DeleteKxDatabaseOutputBuilder
sourcepub fn build(self) -> DeleteKxDatabaseOutput
pub fn build(self) -> DeleteKxDatabaseOutput
Consumes the builder and constructs a DeleteKxDatabaseOutput.
Trait Implementations§
source§impl Clone for DeleteKxDatabaseOutputBuilder
impl Clone for DeleteKxDatabaseOutputBuilder
source§fn clone(&self) -> DeleteKxDatabaseOutputBuilder
fn clone(&self) -> DeleteKxDatabaseOutputBuilder
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 Default for DeleteKxDatabaseOutputBuilder
impl Default for DeleteKxDatabaseOutputBuilder
source§fn default() -> DeleteKxDatabaseOutputBuilder
fn default() -> DeleteKxDatabaseOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for DeleteKxDatabaseOutputBuilder
impl PartialEq for DeleteKxDatabaseOutputBuilder
source§fn eq(&self, other: &DeleteKxDatabaseOutputBuilder) -> bool
fn eq(&self, other: &DeleteKxDatabaseOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DeleteKxDatabaseOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DeleteKxDatabaseOutputBuilder
impl Send for DeleteKxDatabaseOutputBuilder
impl Sync for DeleteKxDatabaseOutputBuilder
impl Unpin for DeleteKxDatabaseOutputBuilder
impl UnwindSafe for DeleteKxDatabaseOutputBuilder
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