Struct fastly_api::apis::waf_firewalls_api::GetWafFirewallParams
source · pub struct GetWafFirewallParams {
pub firewall_id: String,
pub filter_service_version_number: Option<String>,
pub include: Option<String>,
}
Expand description
struct for passing parameters to the method get_waf_firewall
Fields§
§firewall_id: String
Alphanumeric string identifying a WAF Firewall.
filter_service_version_number: Option<String>
Limit the results returned to a specific service version.
include: Option<String>
Include related objects. Optional.
Trait Implementations§
source§impl Clone for GetWafFirewallParams
impl Clone for GetWafFirewallParams
source§fn clone(&self) -> GetWafFirewallParams
fn clone(&self) -> GetWafFirewallParams
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 GetWafFirewallParams
impl Debug for GetWafFirewallParams
source§impl Default for GetWafFirewallParams
impl Default for GetWafFirewallParams
source§fn default() -> GetWafFirewallParams
fn default() -> GetWafFirewallParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for GetWafFirewallParams
impl Send for GetWafFirewallParams
impl Sync for GetWafFirewallParams
impl Unpin for GetWafFirewallParams
impl UnwindSafe for GetWafFirewallParams
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