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