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