Struct aws_sdk_shield::model::AttackVolumeStatistics
source · [−]#[non_exhaustive]pub struct AttackVolumeStatistics { /* private fields */ }
Expand description
Statistics objects for the various data types in AttackVolume
.
Implementations
sourceimpl AttackVolumeStatistics
impl AttackVolumeStatistics
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AttackVolumeStatistics
.
Trait Implementations
sourceimpl Clone for AttackVolumeStatistics
impl Clone for AttackVolumeStatistics
sourcefn clone(&self) -> AttackVolumeStatistics
fn clone(&self) -> AttackVolumeStatistics
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 AttackVolumeStatistics
impl Debug for AttackVolumeStatistics
sourceimpl PartialEq<AttackVolumeStatistics> for AttackVolumeStatistics
impl PartialEq<AttackVolumeStatistics> for AttackVolumeStatistics
sourcefn eq(&self, other: &AttackVolumeStatistics) -> bool
fn eq(&self, other: &AttackVolumeStatistics) -> bool
impl StructuralPartialEq for AttackVolumeStatistics
Auto Trait Implementations
impl RefUnwindSafe for AttackVolumeStatistics
impl Send for AttackVolumeStatistics
impl Sync for AttackVolumeStatistics
impl Unpin for AttackVolumeStatistics
impl UnwindSafe for AttackVolumeStatistics
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