pub struct DeleteReplicationTaskMessage {
pub replication_task_arn: String,
}Expand description
Fields§
§replication_task_arn: StringThe Amazon Resource Name (ARN) of the replication task to be deleted.
Trait Implementations§
Source§impl Clone for DeleteReplicationTaskMessage
impl Clone for DeleteReplicationTaskMessage
Source§fn clone(&self) -> DeleteReplicationTaskMessage
fn clone(&self) -> DeleteReplicationTaskMessage
Returns a duplicate 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 DeleteReplicationTaskMessage
impl Debug for DeleteReplicationTaskMessage
Source§impl Default for DeleteReplicationTaskMessage
impl Default for DeleteReplicationTaskMessage
Source§fn default() -> DeleteReplicationTaskMessage
fn default() -> DeleteReplicationTaskMessage
Returns the “default value” for a type. Read more
Source§impl PartialEq for DeleteReplicationTaskMessage
impl PartialEq for DeleteReplicationTaskMessage
Source§fn eq(&self, other: &DeleteReplicationTaskMessage) -> bool
fn eq(&self, other: &DeleteReplicationTaskMessage) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DeleteReplicationTaskMessage
Auto Trait Implementations§
impl Freeze for DeleteReplicationTaskMessage
impl RefUnwindSafe for DeleteReplicationTaskMessage
impl Send for DeleteReplicationTaskMessage
impl Sync for DeleteReplicationTaskMessage
impl Unpin for DeleteReplicationTaskMessage
impl UnwindSafe for DeleteReplicationTaskMessage
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