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