pub struct DdosProtectionResponseCustomer {
pub customer: Option<Box<BotManagementResponseCustomerCustomer>>,
}Fields§
§customer: Option<Box<BotManagementResponseCustomerCustomer>>Implementations§
Trait Implementations§
Source§impl Clone for DdosProtectionResponseCustomer
impl Clone for DdosProtectionResponseCustomer
Source§fn clone(&self) -> DdosProtectionResponseCustomer
fn clone(&self) -> DdosProtectionResponseCustomer
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 DdosProtectionResponseCustomer
impl Default for DdosProtectionResponseCustomer
Source§fn default() -> DdosProtectionResponseCustomer
fn default() -> DdosProtectionResponseCustomer
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DdosProtectionResponseCustomer
impl<'de> Deserialize<'de> for DdosProtectionResponseCustomer
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 DdosProtectionResponseCustomer
Auto Trait Implementations§
impl Freeze for DdosProtectionResponseCustomer
impl RefUnwindSafe for DdosProtectionResponseCustomer
impl Send for DdosProtectionResponseCustomer
impl Sync for DdosProtectionResponseCustomer
impl Unpin for DdosProtectionResponseCustomer
impl UnsafeUnpin for DdosProtectionResponseCustomer
impl UnwindSafe for DdosProtectionResponseCustomer
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