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