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