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