Struct aws_sdk_keyspaces::output::DeleteKeyspaceOutput
source · #[non_exhaustive]pub struct DeleteKeyspaceOutput {}
Implementations§
source§impl DeleteKeyspaceOutput
impl DeleteKeyspaceOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteKeyspaceOutput
.
Trait Implementations§
source§impl Clone for DeleteKeyspaceOutput
impl Clone for DeleteKeyspaceOutput
source§fn clone(&self) -> DeleteKeyspaceOutput
fn clone(&self) -> DeleteKeyspaceOutput
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 Debug for DeleteKeyspaceOutput
impl Debug for DeleteKeyspaceOutput
source§impl PartialEq<DeleteKeyspaceOutput> for DeleteKeyspaceOutput
impl PartialEq<DeleteKeyspaceOutput> for DeleteKeyspaceOutput
source§fn eq(&self, other: &DeleteKeyspaceOutput) -> bool
fn eq(&self, other: &DeleteKeyspaceOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.