Struct aws_sdk_cloudfront::input::PublishFunctionInput
source · #[non_exhaustive]pub struct PublishFunctionInput { /* private fields */ }
Implementations§
source§impl PublishFunctionInput
impl PublishFunctionInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<PublishFunction, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<PublishFunction, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<PublishFunction
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PublishFunctionInput
.
Trait Implementations§
source§impl Clone for PublishFunctionInput
impl Clone for PublishFunctionInput
source§fn clone(&self) -> PublishFunctionInput
fn clone(&self) -> PublishFunctionInput
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 PublishFunctionInput
impl Debug for PublishFunctionInput
source§impl PartialEq<PublishFunctionInput> for PublishFunctionInput
impl PartialEq<PublishFunctionInput> for PublishFunctionInput
source§fn eq(&self, other: &PublishFunctionInput) -> bool
fn eq(&self, other: &PublishFunctionInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.