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