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