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
source§impl PartialEq<WafRule> for WafRule
impl PartialEq<WafRule> for WafRule
impl StructuralPartialEq for WafRule
Auto Trait Implementations§
impl RefUnwindSafe for WafRule
impl Send for WafRule
impl Sync for WafRule
impl Unpin for WafRule
impl UnwindSafe for WafRule
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