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 for DeleteAgentOutput
impl PartialEq 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.impl StructuralPartialEq for DeleteAgentOutput
Auto Trait Implementations§
impl RefUnwindSafe for DeleteAgentOutput
impl Send for DeleteAgentOutput
impl Sync for DeleteAgentOutput
impl Unpin for DeleteAgentOutput
impl UnwindSafe for DeleteAgentOutput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more