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