#[non_exhaustive]pub struct AwsWafv2CustomHttpHeaderBuilder { /* private fields */ }
Expand description
A builder for AwsWafv2CustomHttpHeader
.
Implementations§
source§impl AwsWafv2CustomHttpHeaderBuilder
impl AwsWafv2CustomHttpHeaderBuilder
sourcepub fn build(self) -> AwsWafv2CustomHttpHeader
pub fn build(self) -> AwsWafv2CustomHttpHeader
Consumes the builder and constructs a AwsWafv2CustomHttpHeader
.
Trait Implementations§
source§impl Clone for AwsWafv2CustomHttpHeaderBuilder
impl Clone for AwsWafv2CustomHttpHeaderBuilder
source§fn clone(&self) -> AwsWafv2CustomHttpHeaderBuilder
fn clone(&self) -> AwsWafv2CustomHttpHeaderBuilder
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 Default for AwsWafv2CustomHttpHeaderBuilder
impl Default for AwsWafv2CustomHttpHeaderBuilder
source§fn default() -> AwsWafv2CustomHttpHeaderBuilder
fn default() -> AwsWafv2CustomHttpHeaderBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for AwsWafv2CustomHttpHeaderBuilder
impl PartialEq for AwsWafv2CustomHttpHeaderBuilder
source§fn eq(&self, other: &AwsWafv2CustomHttpHeaderBuilder) -> bool
fn eq(&self, other: &AwsWafv2CustomHttpHeaderBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for AwsWafv2CustomHttpHeaderBuilder
Auto Trait Implementations§
impl RefUnwindSafe for AwsWafv2CustomHttpHeaderBuilder
impl Send for AwsWafv2CustomHttpHeaderBuilder
impl Sync for AwsWafv2CustomHttpHeaderBuilder
impl Unpin for AwsWafv2CustomHttpHeaderBuilder
impl UnwindSafe for AwsWafv2CustomHttpHeaderBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.