Struct aws_sdk_shield::model::SummarizedCounter
source · [−]#[non_exhaustive]pub struct SummarizedCounter { /* private fields */ }
Expand description
The counter that describes a DDoS attack.
Implementations
sourceimpl SummarizedCounter
impl SummarizedCounter
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SummarizedCounter
.
Trait Implementations
sourceimpl Clone for SummarizedCounter
impl Clone for SummarizedCounter
sourcefn clone(&self) -> SummarizedCounter
fn clone(&self) -> SummarizedCounter
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for SummarizedCounter
impl Debug for SummarizedCounter
sourceimpl PartialEq<SummarizedCounter> for SummarizedCounter
impl PartialEq<SummarizedCounter> for SummarizedCounter
sourcefn eq(&self, other: &SummarizedCounter) -> bool
fn eq(&self, other: &SummarizedCounter) -> bool
impl StructuralPartialEq for SummarizedCounter
Auto Trait Implementations
impl RefUnwindSafe for SummarizedCounter
impl Send for SummarizedCounter
impl Sync for SummarizedCounter
impl Unpin for SummarizedCounter
impl UnwindSafe for SummarizedCounter
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more