pub struct EnableProductBrotliCompressionParams {
pub service_id: String,
}Expand description
struct for passing parameters to the method enable_product_brotli_compression
Fields§
§service_id: StringAlphanumeric string identifying the service.
Trait Implementations§
Source§impl Clone for EnableProductBrotliCompressionParams
impl Clone for EnableProductBrotliCompressionParams
Source§fn clone(&self) -> EnableProductBrotliCompressionParams
fn clone(&self) -> EnableProductBrotliCompressionParams
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 EnableProductBrotliCompressionParams
impl Default for EnableProductBrotliCompressionParams
Source§fn default() -> EnableProductBrotliCompressionParams
fn default() -> EnableProductBrotliCompressionParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for EnableProductBrotliCompressionParams
impl RefUnwindSafe for EnableProductBrotliCompressionParams
impl Send for EnableProductBrotliCompressionParams
impl Sync for EnableProductBrotliCompressionParams
impl Unpin for EnableProductBrotliCompressionParams
impl UnwindSafe for EnableProductBrotliCompressionParams
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