#[non_exhaustive]pub struct DeleteAccessPointPolicyForObjectLambdaInput { /* private fields */ }Implementations
sourceimpl DeleteAccessPointPolicyForObjectLambdaInput
impl DeleteAccessPointPolicyForObjectLambdaInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteAccessPointPolicyForObjectLambda, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteAccessPointPolicyForObjectLambda, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteAccessPointPolicyForObjectLambda>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteAccessPointPolicyForObjectLambdaInput.
Trait Implementations
sourceimpl Clone for DeleteAccessPointPolicyForObjectLambdaInput
impl Clone for DeleteAccessPointPolicyForObjectLambdaInput
sourcefn clone(&self) -> DeleteAccessPointPolicyForObjectLambdaInput
fn clone(&self) -> DeleteAccessPointPolicyForObjectLambdaInput
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<DeleteAccessPointPolicyForObjectLambdaInput> for DeleteAccessPointPolicyForObjectLambdaInput
impl PartialEq<DeleteAccessPointPolicyForObjectLambdaInput> for DeleteAccessPointPolicyForObjectLambdaInput
sourcefn eq(&self, other: &DeleteAccessPointPolicyForObjectLambdaInput) -> bool
fn eq(&self, other: &DeleteAccessPointPolicyForObjectLambdaInput) -> bool
impl StructuralPartialEq for DeleteAccessPointPolicyForObjectLambdaInput
Auto Trait Implementations
impl RefUnwindSafe for DeleteAccessPointPolicyForObjectLambdaInput
impl Send for DeleteAccessPointPolicyForObjectLambdaInput
impl Sync for DeleteAccessPointPolicyForObjectLambdaInput
impl Unpin for DeleteAccessPointPolicyForObjectLambdaInput
impl UnwindSafe for DeleteAccessPointPolicyForObjectLambdaInput
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