Struct aws_sdk_cloudfront::input::DescribeFunctionInput
source · #[non_exhaustive]pub struct DescribeFunctionInput { /* private fields */ }
Implementations§
source§impl DescribeFunctionInput
impl DescribeFunctionInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeFunction, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeFunction, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeFunction
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeFunctionInput
.
Trait Implementations§
source§impl Clone for DescribeFunctionInput
impl Clone for DescribeFunctionInput
source§fn clone(&self) -> DescribeFunctionInput
fn clone(&self) -> DescribeFunctionInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for DescribeFunctionInput
impl Debug for DescribeFunctionInput
source§impl PartialEq<DescribeFunctionInput> for DescribeFunctionInput
impl PartialEq<DescribeFunctionInput> for DescribeFunctionInput
source§fn eq(&self, other: &DescribeFunctionInput) -> bool
fn eq(&self, other: &DescribeFunctionInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.