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: StringAlphanumeric 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 Freeze for UpdateWafFirewallParams
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