pub struct DdosProtectionRuleWithStatsAllOf {
pub traffic_stats: Option<Box<DdosProtectionTrafficStats>>,
}Fields§
§traffic_stats: Option<Box<DdosProtectionTrafficStats>>Implementations§
Trait Implementations§
Source§impl Clone for DdosProtectionRuleWithStatsAllOf
impl Clone for DdosProtectionRuleWithStatsAllOf
Source§fn clone(&self) -> DdosProtectionRuleWithStatsAllOf
fn clone(&self) -> DdosProtectionRuleWithStatsAllOf
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 Default for DdosProtectionRuleWithStatsAllOf
impl Default for DdosProtectionRuleWithStatsAllOf
Source§fn default() -> DdosProtectionRuleWithStatsAllOf
fn default() -> DdosProtectionRuleWithStatsAllOf
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DdosProtectionRuleWithStatsAllOf
impl<'de> Deserialize<'de> for DdosProtectionRuleWithStatsAllOf
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 DdosProtectionRuleWithStatsAllOf
impl PartialEq for DdosProtectionRuleWithStatsAllOf
Source§fn eq(&self, other: &DdosProtectionRuleWithStatsAllOf) -> bool
fn eq(&self, other: &DdosProtectionRuleWithStatsAllOf) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DdosProtectionRuleWithStatsAllOf
Auto Trait Implementations§
impl Freeze for DdosProtectionRuleWithStatsAllOf
impl RefUnwindSafe for DdosProtectionRuleWithStatsAllOf
impl Send for DdosProtectionRuleWithStatsAllOf
impl Sync for DdosProtectionRuleWithStatsAllOf
impl Unpin for DdosProtectionRuleWithStatsAllOf
impl UnwindSafe for DdosProtectionRuleWithStatsAllOf
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