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