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