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