pub struct NgwafResponseEnable {
pub product: Option<Box<NgwafResponseProductProduct>>,
pub service: Option<Box<BotManagementResponseServiceService>>,
pub _links: Option<Box<NgwafResponseLinksLinks>>,
}
Fields§
§product: Option<Box<NgwafResponseProductProduct>>
§service: Option<Box<BotManagementResponseServiceService>>
§_links: Option<Box<NgwafResponseLinksLinks>>
Implementations§
Source§impl NgwafResponseEnable
impl NgwafResponseEnable
pub fn new() -> NgwafResponseEnable
Trait Implementations§
Source§impl Clone for NgwafResponseEnable
impl Clone for NgwafResponseEnable
Source§fn clone(&self) -> NgwafResponseEnable
fn clone(&self) -> NgwafResponseEnable
Returns a duplicate 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 NgwafResponseEnable
impl Debug for NgwafResponseEnable
Source§impl Default for NgwafResponseEnable
impl Default for NgwafResponseEnable
Source§fn default() -> NgwafResponseEnable
fn default() -> NgwafResponseEnable
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for NgwafResponseEnable
impl<'de> Deserialize<'de> for NgwafResponseEnable
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 for NgwafResponseEnable
impl PartialEq for NgwafResponseEnable
Source§impl Serialize for NgwafResponseEnable
impl Serialize for NgwafResponseEnable
impl StructuralPartialEq for NgwafResponseEnable
Auto Trait Implementations§
impl Freeze for NgwafResponseEnable
impl RefUnwindSafe for NgwafResponseEnable
impl Send for NgwafResponseEnable
impl Sync for NgwafResponseEnable
impl Unpin for NgwafResponseEnable
impl UnwindSafe for NgwafResponseEnable
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