pub struct AttackVolumeStatistics {
pub max: f64,
}
Expand description
Statistics objects for the various data types in AttackVolume.
Fields§
§max: f64
The maximum attack volume observed for the given unit.
Trait Implementations§
Source§impl Clone for AttackVolumeStatistics
impl Clone for AttackVolumeStatistics
Source§fn clone(&self) -> AttackVolumeStatistics
fn clone(&self) -> AttackVolumeStatistics
Returns a duplicate 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 Default for AttackVolumeStatistics
impl Default for AttackVolumeStatistics
Source§fn default() -> AttackVolumeStatistics
fn default() -> AttackVolumeStatistics
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AttackVolumeStatistics
impl<'de> Deserialize<'de> for AttackVolumeStatistics
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for AttackVolumeStatistics
impl PartialEq for AttackVolumeStatistics
impl StructuralPartialEq for AttackVolumeStatistics
Auto Trait Implementations§
impl Freeze for AttackVolumeStatistics
impl RefUnwindSafe for AttackVolumeStatistics
impl Send for AttackVolumeStatistics
impl Sync for AttackVolumeStatistics
impl Unpin for AttackVolumeStatistics
impl UnwindSafe for AttackVolumeStatistics
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