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