#[non_exhaustive]pub struct DeleteAccessPointForObjectLambdaInput { /* private fields */ }Implementations
sourceimpl DeleteAccessPointForObjectLambdaInput
impl DeleteAccessPointForObjectLambdaInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteAccessPointForObjectLambda, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteAccessPointForObjectLambda, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteAccessPointForObjectLambda>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteAccessPointForObjectLambdaInput.
Trait Implementations
sourceimpl Clone for DeleteAccessPointForObjectLambdaInput
impl Clone for DeleteAccessPointForObjectLambdaInput
sourcefn clone(&self) -> DeleteAccessPointForObjectLambdaInput
fn clone(&self) -> DeleteAccessPointForObjectLambdaInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl PartialEq<DeleteAccessPointForObjectLambdaInput> for DeleteAccessPointForObjectLambdaInput
impl PartialEq<DeleteAccessPointForObjectLambdaInput> for DeleteAccessPointForObjectLambdaInput
sourcefn eq(&self, other: &DeleteAccessPointForObjectLambdaInput) -> bool
fn eq(&self, other: &DeleteAccessPointForObjectLambdaInput) -> bool
impl StructuralPartialEq for DeleteAccessPointForObjectLambdaInput
Auto Trait Implementations
impl RefUnwindSafe for DeleteAccessPointForObjectLambdaInput
impl Send for DeleteAccessPointForObjectLambdaInput
impl Sync for DeleteAccessPointForObjectLambdaInput
impl Unpin for DeleteAccessPointForObjectLambdaInput
impl UnwindSafe for DeleteAccessPointForObjectLambdaInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more