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