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: StringAlphanumeric string identifying a Firewall.
waf_rule_id: StringAlphanumeric 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 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