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