#[non_exhaustive]pub struct EnableApplicationLayerAutomaticResponseOutput {}
Implementations§
source§impl EnableApplicationLayerAutomaticResponseOutput
impl EnableApplicationLayerAutomaticResponseOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture EnableApplicationLayerAutomaticResponseOutput
.
Trait Implementations§
source§impl Clone for EnableApplicationLayerAutomaticResponseOutput
impl Clone for EnableApplicationLayerAutomaticResponseOutput
source§fn clone(&self) -> EnableApplicationLayerAutomaticResponseOutput
fn clone(&self) -> EnableApplicationLayerAutomaticResponseOutput
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<EnableApplicationLayerAutomaticResponseOutput> for EnableApplicationLayerAutomaticResponseOutput
impl PartialEq<EnableApplicationLayerAutomaticResponseOutput> for EnableApplicationLayerAutomaticResponseOutput
source§fn eq(&self, other: &EnableApplicationLayerAutomaticResponseOutput) -> bool
fn eq(&self, other: &EnableApplicationLayerAutomaticResponseOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.