Struct fastly_api::models::platform_ddos_entry::PlatformDdosEntry
source · 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 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 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§fn eq(&self, other: &PlatformDdosEntry) -> bool
fn eq(&self, other: &PlatformDdosEntry) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for PlatformDdosEntry
impl Serialize for PlatformDdosEntry
impl StructuralPartialEq for PlatformDdosEntry
Auto Trait Implementations§
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