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