Struct fastly_api::models::waf_exclusion_data::WafExclusionData
source · pub struct WafExclusionData {
pub _type: Option<TypeWafExclusion>,
pub attributes: Option<Box<WafExclusionDataAttributes>>,
pub relationships: Option<Box<RelationshipsForWafExclusion>>,
}
Fields§
§_type: Option<TypeWafExclusion>
§attributes: Option<Box<WafExclusionDataAttributes>>
§relationships: Option<Box<RelationshipsForWafExclusion>>
Implementations§
source§impl WafExclusionData
impl WafExclusionData
pub fn new() -> WafExclusionData
Trait Implementations§
source§impl Clone for WafExclusionData
impl Clone for WafExclusionData
source§fn clone(&self) -> WafExclusionData
fn clone(&self) -> WafExclusionData
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 WafExclusionData
impl Debug for WafExclusionData
source§impl Default for WafExclusionData
impl Default for WafExclusionData
source§fn default() -> WafExclusionData
fn default() -> WafExclusionData
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for WafExclusionData
impl<'de> Deserialize<'de> for WafExclusionData
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<WafExclusionData> for WafExclusionData
impl PartialEq<WafExclusionData> for WafExclusionData
source§fn eq(&self, other: &WafExclusionData) -> bool
fn eq(&self, other: &WafExclusionData) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for WafExclusionData
impl Serialize for WafExclusionData
impl StructuralPartialEq for WafExclusionData
Auto Trait Implementations§
impl RefUnwindSafe for WafExclusionData
impl Send for WafExclusionData
impl Sync for WafExclusionData
impl Unpin for WafExclusionData
impl UnwindSafe for WafExclusionData
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