Struct aws_sdk_cloudfront::model::FunctionConfig
source · #[non_exhaustive]pub struct FunctionConfig { /* private fields */ }
Expand description
Contains configuration information about a CloudFront function.
Implementations§
source§impl FunctionConfig
impl FunctionConfig
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture FunctionConfig
.
Trait Implementations§
source§impl Clone for FunctionConfig
impl Clone for FunctionConfig
source§fn clone(&self) -> FunctionConfig
fn clone(&self) -> FunctionConfig
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 FunctionConfig
impl Debug for FunctionConfig
source§impl PartialEq<FunctionConfig> for FunctionConfig
impl PartialEq<FunctionConfig> for FunctionConfig
source§fn eq(&self, other: &FunctionConfig) -> bool
fn eq(&self, other: &FunctionConfig) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.