Struct aws_sdk_s3control::operation::delete_access_point_policy_for_object_lambda::DeleteAccessPointPolicyForObjectLambdaOutput
source · #[non_exhaustive]pub struct DeleteAccessPointPolicyForObjectLambdaOutput { /* private fields */ }
Implementations§
source§impl DeleteAccessPointPolicyForObjectLambdaOutput
impl DeleteAccessPointPolicyForObjectLambdaOutput
sourcepub fn builder() -> DeleteAccessPointPolicyForObjectLambdaOutputBuilder
pub fn builder() -> DeleteAccessPointPolicyForObjectLambdaOutputBuilder
Creates a new builder-style object to manufacture DeleteAccessPointPolicyForObjectLambdaOutput
.
Trait Implementations§
source§impl Clone for DeleteAccessPointPolicyForObjectLambdaOutput
impl Clone for DeleteAccessPointPolicyForObjectLambdaOutput
source§fn clone(&self) -> DeleteAccessPointPolicyForObjectLambdaOutput
fn clone(&self) -> DeleteAccessPointPolicyForObjectLambdaOutput
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 PartialEq<DeleteAccessPointPolicyForObjectLambdaOutput> for DeleteAccessPointPolicyForObjectLambdaOutput
impl PartialEq<DeleteAccessPointPolicyForObjectLambdaOutput> for DeleteAccessPointPolicyForObjectLambdaOutput
source§fn eq(&self, other: &DeleteAccessPointPolicyForObjectLambdaOutput) -> bool
fn eq(&self, other: &DeleteAccessPointPolicyForObjectLambdaOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for DeleteAccessPointPolicyForObjectLambdaOutput
impl RequestId for DeleteAccessPointPolicyForObjectLambdaOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.impl StructuralPartialEq for DeleteAccessPointPolicyForObjectLambdaOutput
Auto Trait Implementations§
impl RefUnwindSafe for DeleteAccessPointPolicyForObjectLambdaOutput
impl Send for DeleteAccessPointPolicyForObjectLambdaOutput
impl Sync for DeleteAccessPointPolicyForObjectLambdaOutput
impl Unpin for DeleteAccessPointPolicyForObjectLambdaOutput
impl UnwindSafe for DeleteAccessPointPolicyForObjectLambdaOutput
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