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