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