pub struct GetLegacyWafFirewallRuleVclParams {
pub firewall_id: String,
pub waf_rule_id: String,
}
Expand description
struct for passing parameters to the method get_legacy_waf_firewall_rule_vcl
Fields§
§firewall_id: String
Alphanumeric string identifying a Firewall.
waf_rule_id: String
Alphanumeric string identifying a WAF rule.
Trait Implementations§
Source§impl Clone for GetLegacyWafFirewallRuleVclParams
impl Clone for GetLegacyWafFirewallRuleVclParams
Source§fn clone(&self) -> GetLegacyWafFirewallRuleVclParams
fn clone(&self) -> GetLegacyWafFirewallRuleVclParams
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 Default for GetLegacyWafFirewallRuleVclParams
impl Default for GetLegacyWafFirewallRuleVclParams
Source§fn default() -> GetLegacyWafFirewallRuleVclParams
fn default() -> GetLegacyWafFirewallRuleVclParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GetLegacyWafFirewallRuleVclParams
impl RefUnwindSafe for GetLegacyWafFirewallRuleVclParams
impl Send for GetLegacyWafFirewallRuleVclParams
impl Sync for GetLegacyWafFirewallRuleVclParams
impl Unpin for GetLegacyWafFirewallRuleVclParams
impl UnwindSafe for GetLegacyWafFirewallRuleVclParams
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