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