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