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
impl StructuralPartialEq for WafRule
Auto Trait Implementations§
impl Freeze for WafRule
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