Struct fastly_api::apis::waf_firewalls_api::CreateWafFirewallParams
source · pub struct CreateWafFirewallParams {
pub waf_firewall: Option<WafFirewall>,
}
Expand description
struct for passing parameters to the method create_waf_firewall
Fields§
§waf_firewall: Option<WafFirewall>
Trait Implementations§
source§impl Clone for CreateWafFirewallParams
impl Clone for CreateWafFirewallParams
source§fn clone(&self) -> CreateWafFirewallParams
fn clone(&self) -> CreateWafFirewallParams
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 CreateWafFirewallParams
impl Debug for CreateWafFirewallParams
source§impl Default for CreateWafFirewallParams
impl Default for CreateWafFirewallParams
source§fn default() -> CreateWafFirewallParams
fn default() -> CreateWafFirewallParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for CreateWafFirewallParams
impl Send for CreateWafFirewallParams
impl Sync for CreateWafFirewallParams
impl Unpin for CreateWafFirewallParams
impl UnwindSafe for CreateWafFirewallParams
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