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