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§
source§impl AttackVolumeStatistics
impl AttackVolumeStatistics
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AttackVolumeStatistics
.
Trait Implementations§
source§impl Clone for AttackVolumeStatistics
impl Clone for AttackVolumeStatistics
source§fn clone(&self) -> AttackVolumeStatistics
fn clone(&self) -> AttackVolumeStatistics
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 AttackVolumeStatistics
impl Debug for AttackVolumeStatistics
source§impl PartialEq<AttackVolumeStatistics> for AttackVolumeStatistics
impl PartialEq<AttackVolumeStatistics> for AttackVolumeStatistics
source§fn eq(&self, other: &AttackVolumeStatistics) -> bool
fn eq(&self, other: &AttackVolumeStatistics) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.