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