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