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