pub struct DdosProtectionTrafficStatsRuleGetParams {
pub event_id: String,
pub rule_id: String,
}
Expand description
struct for passing parameters to the method ddos_protection_traffic_stats_rule_get
Fields§
§event_id: String
Unique ID of the event.
rule_id: String
Unique ID of the rule.
Trait Implementations§
Source§impl Clone for DdosProtectionTrafficStatsRuleGetParams
impl Clone for DdosProtectionTrafficStatsRuleGetParams
Source§fn clone(&self) -> DdosProtectionTrafficStatsRuleGetParams
fn clone(&self) -> DdosProtectionTrafficStatsRuleGetParams
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 DdosProtectionTrafficStatsRuleGetParams
impl Default for DdosProtectionTrafficStatsRuleGetParams
Source§fn default() -> DdosProtectionTrafficStatsRuleGetParams
fn default() -> DdosProtectionTrafficStatsRuleGetParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DdosProtectionTrafficStatsRuleGetParams
impl RefUnwindSafe for DdosProtectionTrafficStatsRuleGetParams
impl Send for DdosProtectionTrafficStatsRuleGetParams
impl Sync for DdosProtectionTrafficStatsRuleGetParams
impl Unpin for DdosProtectionTrafficStatsRuleGetParams
impl UnwindSafe for DdosProtectionTrafficStatsRuleGetParams
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