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