Struct fastly_api::models::waf_rule_response::WafRuleResponse
source · pub struct WafRuleResponse {
pub data: Option<Box<WafRuleResponseData>>,
pub included: Option<Vec<IncludedWithWafRuleItem>>,
}
Fields§
§data: Option<Box<WafRuleResponseData>>
§included: Option<Vec<IncludedWithWafRuleItem>>
Implementations§
source§impl WafRuleResponse
impl WafRuleResponse
pub fn new() -> WafRuleResponse
Trait Implementations§
source§impl Clone for WafRuleResponse
impl Clone for WafRuleResponse
source§fn clone(&self) -> WafRuleResponse
fn clone(&self) -> WafRuleResponse
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 WafRuleResponse
impl Debug for WafRuleResponse
source§impl Default for WafRuleResponse
impl Default for WafRuleResponse
source§fn default() -> WafRuleResponse
fn default() -> WafRuleResponse
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for WafRuleResponse
impl<'de> Deserialize<'de> for WafRuleResponse
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq<WafRuleResponse> for WafRuleResponse
impl PartialEq<WafRuleResponse> for WafRuleResponse
source§fn eq(&self, other: &WafRuleResponse) -> bool
fn eq(&self, other: &WafRuleResponse) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for WafRuleResponse
impl Serialize for WafRuleResponse
impl StructuralPartialEq for WafRuleResponse
Auto Trait Implementations§
impl RefUnwindSafe for WafRuleResponse
impl Send for WafRuleResponse
impl Sync for WafRuleResponse
impl Unpin for WafRuleResponse
impl UnwindSafe for WafRuleResponse
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