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