pub struct PlatformDdosEntry {
pub values: Option<Vec<ValuesDdos>>,
}
Fields§
§values: Option<Vec<ValuesDdos>>
An array of values representing the metric values at each point in time. Note that this dataset is sparse: only the keys with non-zero values will be included in the record.
Implementations§
Source§impl PlatformDdosEntry
impl PlatformDdosEntry
pub fn new() -> PlatformDdosEntry
Trait Implementations§
Source§impl Clone for PlatformDdosEntry
impl Clone for PlatformDdosEntry
Source§fn clone(&self) -> PlatformDdosEntry
fn clone(&self) -> PlatformDdosEntry
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 PlatformDdosEntry
impl Debug for PlatformDdosEntry
Source§impl Default for PlatformDdosEntry
impl Default for PlatformDdosEntry
Source§fn default() -> PlatformDdosEntry
fn default() -> PlatformDdosEntry
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PlatformDdosEntry
impl<'de> Deserialize<'de> for PlatformDdosEntry
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 PlatformDdosEntry
impl PartialEq for PlatformDdosEntry
Source§impl Serialize for PlatformDdosEntry
impl Serialize for PlatformDdosEntry
impl StructuralPartialEq for PlatformDdosEntry
Auto Trait Implementations§
impl Freeze for PlatformDdosEntry
impl RefUnwindSafe for PlatformDdosEntry
impl Send for PlatformDdosEntry
impl Sync for PlatformDdosEntry
impl Unpin for PlatformDdosEntry
impl UnwindSafe for PlatformDdosEntry
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