Struct aws_sdk_s3control::model::ObjectLambdaAccessPoint
source · [−]#[non_exhaustive]pub struct ObjectLambdaAccessPoint { /* private fields */ }Expand description
An access point with an attached Lambda function used to access transformed data from an Amazon S3 bucket.
Implementations
sourceimpl ObjectLambdaAccessPoint
impl ObjectLambdaAccessPoint
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ObjectLambdaAccessPoint.
Trait Implementations
sourceimpl Clone for ObjectLambdaAccessPoint
impl Clone for ObjectLambdaAccessPoint
sourcefn clone(&self) -> ObjectLambdaAccessPoint
fn clone(&self) -> ObjectLambdaAccessPoint
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 Debug for ObjectLambdaAccessPoint
impl Debug for ObjectLambdaAccessPoint
sourceimpl PartialEq<ObjectLambdaAccessPoint> for ObjectLambdaAccessPoint
impl PartialEq<ObjectLambdaAccessPoint> for ObjectLambdaAccessPoint
sourcefn eq(&self, other: &ObjectLambdaAccessPoint) -> bool
fn eq(&self, other: &ObjectLambdaAccessPoint) -> bool
impl StructuralPartialEq for ObjectLambdaAccessPoint
Auto Trait Implementations
impl RefUnwindSafe for ObjectLambdaAccessPoint
impl Send for ObjectLambdaAccessPoint
impl Sync for ObjectLambdaAccessPoint
impl Unpin for ObjectLambdaAccessPoint
impl UnwindSafe for ObjectLambdaAccessPoint
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