Struct fastly_api::models::waf_tag::WafTag
source · pub struct WafTag {
pub _type: Option<TypeWafTag>,
pub id: Option<String>,
pub attributes: Option<Box<WafTagAttributes>>,
}
Fields§
§_type: Option<TypeWafTag>
§id: Option<String>
Alphanumeric string identifying a WAF tag.
attributes: Option<Box<WafTagAttributes>>
Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for WafTag
impl<'de> Deserialize<'de> for WafTag
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<WafTag> for WafTag
impl PartialEq<WafTag> for WafTag
impl StructuralPartialEq for WafTag
Auto Trait Implementations§
impl RefUnwindSafe for WafTag
impl Send for WafTag
impl Sync for WafTag
impl Unpin for WafTag
impl UnwindSafe for WafTag
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