Struct aws_sdk_omics::input::DeleteReferenceInput
source · #[non_exhaustive]pub struct DeleteReferenceInput { /* private fields */ }
Implementations§
source§impl DeleteReferenceInput
impl DeleteReferenceInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteReference, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteReference, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteReference
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteReferenceInput
.
Trait Implementations§
source§impl Clone for DeleteReferenceInput
impl Clone for DeleteReferenceInput
source§fn clone(&self) -> DeleteReferenceInput
fn clone(&self) -> DeleteReferenceInput
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 DeleteReferenceInput
impl Debug for DeleteReferenceInput
source§impl PartialEq<DeleteReferenceInput> for DeleteReferenceInput
impl PartialEq<DeleteReferenceInput> for DeleteReferenceInput
source§fn eq(&self, other: &DeleteReferenceInput) -> bool
fn eq(&self, other: &DeleteReferenceInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.