Struct fastly_api::models::waf_rule::WafRule
source · pub struct WafRule {
pub _type: Option<TypeWafRule>,
pub id: Option<Box<String>>,
pub attributes: Option<Box<WafRuleAttributes>>,
}
Fields§
§_type: Option<TypeWafRule>
§id: Option<Box<String>>
§attributes: Option<Box<WafRuleAttributes>>
Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for WafRule
impl<'de> Deserialize<'de> for WafRule
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