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