#[non_exhaustive]pub struct PutAccessPointPolicyForObjectLambdaOutput {}Implementations
sourceimpl PutAccessPointPolicyForObjectLambdaOutput
impl PutAccessPointPolicyForObjectLambdaOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PutAccessPointPolicyForObjectLambdaOutput.
Trait Implementations
sourceimpl Clone for PutAccessPointPolicyForObjectLambdaOutput
impl Clone for PutAccessPointPolicyForObjectLambdaOutput
sourcefn clone(&self) -> PutAccessPointPolicyForObjectLambdaOutput
fn clone(&self) -> PutAccessPointPolicyForObjectLambdaOutput
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<PutAccessPointPolicyForObjectLambdaOutput> for PutAccessPointPolicyForObjectLambdaOutput
impl PartialEq<PutAccessPointPolicyForObjectLambdaOutput> for PutAccessPointPolicyForObjectLambdaOutput
sourcefn eq(&self, other: &PutAccessPointPolicyForObjectLambdaOutput) -> bool
fn eq(&self, other: &PutAccessPointPolicyForObjectLambdaOutput) -> bool
impl StructuralPartialEq for PutAccessPointPolicyForObjectLambdaOutput
Auto Trait Implementations
impl RefUnwindSafe for PutAccessPointPolicyForObjectLambdaOutput
impl Send for PutAccessPointPolicyForObjectLambdaOutput
impl Sync for PutAccessPointPolicyForObjectLambdaOutput
impl Unpin for PutAccessPointPolicyForObjectLambdaOutput
impl UnwindSafe for PutAccessPointPolicyForObjectLambdaOutput
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