#[non_exhaustive]pub struct DeleteKeyGroupOutput { /* private fields */ }
Implementations§
source§impl DeleteKeyGroupOutput
impl DeleteKeyGroupOutput
sourcepub fn builder() -> DeleteKeyGroupOutputBuilder
pub fn builder() -> DeleteKeyGroupOutputBuilder
Creates a new builder-style object to manufacture DeleteKeyGroupOutput
.
Trait Implementations§
source§impl Clone for DeleteKeyGroupOutput
impl Clone for DeleteKeyGroupOutput
source§fn clone(&self) -> DeleteKeyGroupOutput
fn clone(&self) -> DeleteKeyGroupOutput
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 DeleteKeyGroupOutput
impl Debug for DeleteKeyGroupOutput
source§impl PartialEq<DeleteKeyGroupOutput> for DeleteKeyGroupOutput
impl PartialEq<DeleteKeyGroupOutput> for DeleteKeyGroupOutput
source§fn eq(&self, other: &DeleteKeyGroupOutput) -> bool
fn eq(&self, other: &DeleteKeyGroupOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for DeleteKeyGroupOutput
impl RequestId for DeleteKeyGroupOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.