#[non_exhaustive]pub struct DeleteLinkInput { /* private fields */ }
Implementations§
source§impl DeleteLinkInput
impl DeleteLinkInput
sourcepub fn builder() -> DeleteLinkInputBuilder
pub fn builder() -> DeleteLinkInputBuilder
Creates a new builder-style object to manufacture DeleteLinkInput
.
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
>
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 ==
.impl StructuralPartialEq for DeleteLinkInput
Auto Trait Implementations§
impl RefUnwindSafe for DeleteLinkInput
impl Send for DeleteLinkInput
impl Sync for DeleteLinkInput
impl Unpin for DeleteLinkInput
impl UnwindSafe for DeleteLinkInput
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