Struct fastly_api::models::waf_exclusion_response_data_all_of::WafExclusionResponseDataAllOf
source · pub struct WafExclusionResponseDataAllOf {
pub id: Option<String>,
pub attributes: Option<Box<WafExclusionResponseDataAttributes>>,
pub relationships: Option<Box<WafExclusionResponseDataRelationships>>,
}
Fields§
§id: Option<String>
Alphanumeric string identifying a WAF exclusion.
attributes: Option<Box<WafExclusionResponseDataAttributes>>
§relationships: Option<Box<WafExclusionResponseDataRelationships>>
Implementations§
Trait Implementations§
source§impl Clone for WafExclusionResponseDataAllOf
impl Clone for WafExclusionResponseDataAllOf
source§fn clone(&self) -> WafExclusionResponseDataAllOf
fn clone(&self) -> WafExclusionResponseDataAllOf
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 Default for WafExclusionResponseDataAllOf
impl Default for WafExclusionResponseDataAllOf
source§fn default() -> WafExclusionResponseDataAllOf
fn default() -> WafExclusionResponseDataAllOf
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for WafExclusionResponseDataAllOf
impl<'de> Deserialize<'de> for WafExclusionResponseDataAllOf
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<WafExclusionResponseDataAllOf> for WafExclusionResponseDataAllOf
impl PartialEq<WafExclusionResponseDataAllOf> for WafExclusionResponseDataAllOf
source§fn eq(&self, other: &WafExclusionResponseDataAllOf) -> bool
fn eq(&self, other: &WafExclusionResponseDataAllOf) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for WafExclusionResponseDataAllOf
Auto Trait Implementations§
impl RefUnwindSafe for WafExclusionResponseDataAllOf
impl Send for WafExclusionResponseDataAllOf
impl Sync for WafExclusionResponseDataAllOf
impl Unpin for WafExclusionResponseDataAllOf
impl UnwindSafe for WafExclusionResponseDataAllOf
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