Struct aws_sdk_wafv2::types::builders::LabelSummaryBuilder
source · #[non_exhaustive]pub struct LabelSummaryBuilder { /* private fields */ }Expand description
A builder for LabelSummary.
Implementations§
source§impl LabelSummaryBuilder
impl LabelSummaryBuilder
sourcepub fn build(self) -> LabelSummary
pub fn build(self) -> LabelSummary
Consumes the builder and constructs a LabelSummary.
Trait Implementations§
source§impl Clone for LabelSummaryBuilder
impl Clone for LabelSummaryBuilder
source§fn clone(&self) -> LabelSummaryBuilder
fn clone(&self) -> LabelSummaryBuilder
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 LabelSummaryBuilder
impl Debug for LabelSummaryBuilder
source§impl Default for LabelSummaryBuilder
impl Default for LabelSummaryBuilder
source§fn default() -> LabelSummaryBuilder
fn default() -> LabelSummaryBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for LabelSummaryBuilder
impl PartialEq for LabelSummaryBuilder
source§fn eq(&self, other: &LabelSummaryBuilder) -> bool
fn eq(&self, other: &LabelSummaryBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for LabelSummaryBuilder
Auto Trait Implementations§
impl RefUnwindSafe for LabelSummaryBuilder
impl Send for LabelSummaryBuilder
impl Sync for LabelSummaryBuilder
impl Unpin for LabelSummaryBuilder
impl UnwindSafe for LabelSummaryBuilder
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.