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