pub struct WafExclusionsResponse {
pub links: Option<Box<PaginationLinks>>,
pub meta: Option<Box<PaginationMeta>>,
pub data: Option<Vec<WafExclusionResponseData>>,
pub included: Option<Vec<IncludedWithWafExclusionItem>>,
}
Fields§
§links: Option<Box<PaginationLinks>>
§meta: Option<Box<PaginationMeta>>
§data: Option<Vec<WafExclusionResponseData>>
§included: Option<Vec<IncludedWithWafExclusionItem>>
Implementations§
source§impl WafExclusionsResponse
impl WafExclusionsResponse
pub fn new() -> WafExclusionsResponse
Trait Implementations§
source§impl Clone for WafExclusionsResponse
impl Clone for WafExclusionsResponse
source§fn clone(&self) -> WafExclusionsResponse
fn clone(&self) -> WafExclusionsResponse
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 WafExclusionsResponse
impl Debug for WafExclusionsResponse
source§impl Default for WafExclusionsResponse
impl Default for WafExclusionsResponse
source§fn default() -> WafExclusionsResponse
fn default() -> WafExclusionsResponse
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for WafExclusionsResponse
impl<'de> Deserialize<'de> for WafExclusionsResponse
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<WafExclusionsResponse> for WafExclusionsResponse
impl PartialEq<WafExclusionsResponse> for WafExclusionsResponse
source§fn eq(&self, other: &WafExclusionsResponse) -> bool
fn eq(&self, other: &WafExclusionsResponse) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for WafExclusionsResponse
impl Serialize for WafExclusionsResponse
impl StructuralPartialEq for WafExclusionsResponse
Auto Trait Implementations§
impl RefUnwindSafe for WafExclusionsResponse
impl Send for WafExclusionsResponse
impl Sync for WafExclusionsResponse
impl Unpin for WafExclusionsResponse
impl UnwindSafe for WafExclusionsResponse
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