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