Struct aws_sdk_drs::operation::delete_replication_configuration_template::DeleteReplicationConfigurationTemplateOutput
source · #[non_exhaustive]pub struct DeleteReplicationConfigurationTemplateOutput { /* private fields */ }
Implementations§
source§impl DeleteReplicationConfigurationTemplateOutput
impl DeleteReplicationConfigurationTemplateOutput
sourcepub fn builder() -> DeleteReplicationConfigurationTemplateOutputBuilder
pub fn builder() -> DeleteReplicationConfigurationTemplateOutputBuilder
Creates a new builder-style object to manufacture DeleteReplicationConfigurationTemplateOutput
.
Trait Implementations§
source§impl Clone for DeleteReplicationConfigurationTemplateOutput
impl Clone for DeleteReplicationConfigurationTemplateOutput
source§fn clone(&self) -> DeleteReplicationConfigurationTemplateOutput
fn clone(&self) -> DeleteReplicationConfigurationTemplateOutput
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 PartialEq for DeleteReplicationConfigurationTemplateOutput
impl PartialEq for DeleteReplicationConfigurationTemplateOutput
source§fn eq(&self, other: &DeleteReplicationConfigurationTemplateOutput) -> bool
fn eq(&self, other: &DeleteReplicationConfigurationTemplateOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for DeleteReplicationConfigurationTemplateOutput
impl RequestId for DeleteReplicationConfigurationTemplateOutput
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 DeleteReplicationConfigurationTemplateOutput
Auto Trait Implementations§
impl RefUnwindSafe for DeleteReplicationConfigurationTemplateOutput
impl Send for DeleteReplicationConfigurationTemplateOutput
impl Sync for DeleteReplicationConfigurationTemplateOutput
impl Unpin for DeleteReplicationConfigurationTemplateOutput
impl UnwindSafe for DeleteReplicationConfigurationTemplateOutput
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.