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