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