#[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 Freeze for AwsWafv2CustomHttpHeaderBuilder
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>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moreCreates a shared type from an unshared type.