Struct fastly_api::models::gzip_response::GzipResponse
source · [−]pub struct GzipResponse {
pub cache_condition: Option<String>,
pub content_types: Option<String>,
pub extensions: Option<String>,
pub name: Option<String>,
pub service_id: Option<Box<String>>,
pub version: Option<Box<i32>>,
pub created_at: Option<String>,
pub deleted_at: Option<String>,
pub updated_at: Option<String>,
}Fields
cache_condition: Option<String>Name of the cache condition controlling when this configuration applies.
content_types: Option<String>Space-separated list of content types to compress. If you omit this field a default list will be used.
extensions: Option<String>Space-separated list of file extensions to compress. If you omit this field a default list will be used.
name: Option<String>Name of the gzip configuration.
service_id: Option<Box<String>>version: Option<Box<i32>>created_at: Option<String>Date and time in ISO 8601 format.
deleted_at: Option<String>Date and time in ISO 8601 format.
updated_at: Option<String>Date and time in ISO 8601 format.
Implementations
sourceimpl GzipResponse
impl GzipResponse
pub fn new() -> GzipResponse
Trait Implementations
sourceimpl Clone for GzipResponse
impl Clone for GzipResponse
sourcefn clone(&self) -> GzipResponse
fn clone(&self) -> GzipResponse
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for GzipResponse
impl Debug for GzipResponse
sourceimpl Default for GzipResponse
impl Default for GzipResponse
sourcefn default() -> GzipResponse
fn default() -> GzipResponse
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for GzipResponse
impl<'de> Deserialize<'de> for GzipResponse
sourcefn 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
sourceimpl PartialEq<GzipResponse> for GzipResponse
impl PartialEq<GzipResponse> for GzipResponse
sourcefn eq(&self, other: &GzipResponse) -> bool
fn eq(&self, other: &GzipResponse) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourceimpl Serialize for GzipResponse
impl Serialize for GzipResponse
impl StructuralPartialEq for GzipResponse
Auto Trait Implementations
impl RefUnwindSafe for GzipResponse
impl Send for GzipResponse
impl Sync for GzipResponse
impl Unpin for GzipResponse
impl UnwindSafe for GzipResponse
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>where
S: Into<Dispatch>,
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more