#[non_exhaustive]pub struct ContinuousDeploymentSingleHeaderConfig { /* private fields */ }
Expand description
This configuration determines which HTTP requests are sent to the staging distribution. If the HTTP request contains a header and value that matches what you specify here, the request is sent to the staging distribution. Otherwise the request is sent to the primary distribution.
Implementations§
source§impl ContinuousDeploymentSingleHeaderConfig
impl ContinuousDeploymentSingleHeaderConfig
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ContinuousDeploymentSingleHeaderConfig
.
Trait Implementations§
source§impl Clone for ContinuousDeploymentSingleHeaderConfig
impl Clone for ContinuousDeploymentSingleHeaderConfig
source§fn clone(&self) -> ContinuousDeploymentSingleHeaderConfig
fn clone(&self) -> ContinuousDeploymentSingleHeaderConfig
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 PartialEq<ContinuousDeploymentSingleHeaderConfig> for ContinuousDeploymentSingleHeaderConfig
impl PartialEq<ContinuousDeploymentSingleHeaderConfig> for ContinuousDeploymentSingleHeaderConfig
source§fn eq(&self, other: &ContinuousDeploymentSingleHeaderConfig) -> bool
fn eq(&self, other: &ContinuousDeploymentSingleHeaderConfig) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.