Struct fastly_api::models::version_detail::VersionDetail
source · [−]pub struct VersionDetail {Show 14 fields
pub backends: Option<Vec<BackendResponse>>,
pub cache_settings: Option<Vec<CacheSettingResponse>>,
pub conditions: Option<Vec<ConditionResponse>>,
pub directors: Option<Vec<Director>>,
pub domains: Option<Vec<DomainResponse>>,
pub gzips: Option<Vec<GzipResponse>>,
pub headers: Option<Vec<HeaderResponse>>,
pub healthchecks: Option<Vec<HealthcheckResponse>>,
pub request_settings: Option<Vec<RequestSettingsResponse>>,
pub response_objects: Option<Vec<ResponseObjectResponse>>,
pub settings: Option<Box<Settings>>,
pub snippets: Option<Vec<SchemasSnippetResponse>>,
pub vcls: Option<Vec<VclResponse>>,
pub wordpress: Option<Vec<Value>>,
}Fields
backends: Option<Vec<BackendResponse>>List of backends associated to this service.
cache_settings: Option<Vec<CacheSettingResponse>>List of cache settings associated to this service.
conditions: Option<Vec<ConditionResponse>>List of conditions associated to this service.
directors: Option<Vec<Director>>List of directors associated to this service.
domains: Option<Vec<DomainResponse>>List of domains associated to this service.
gzips: Option<Vec<GzipResponse>>List of gzip rules associated to this service.
headers: Option<Vec<HeaderResponse>>List of headers associated to this service.
healthchecks: Option<Vec<HealthcheckResponse>>List of healthchecks associated to this service.
request_settings: Option<Vec<RequestSettingsResponse>>List of request settings for this service.
response_objects: Option<Vec<ResponseObjectResponse>>List of response objects for this service.
settings: Option<Box<Settings>>List of default settings for this service.
snippets: Option<Vec<SchemasSnippetResponse>>List of VCL snippets for this service.
vcls: Option<Vec<VclResponse>>List of VCL files for this service.
wordpress: Option<Vec<Value>>A list of Wordpress rules with this service.
Implementations
sourceimpl VersionDetail
impl VersionDetail
pub fn new() -> VersionDetail
Trait Implementations
sourceimpl Clone for VersionDetail
impl Clone for VersionDetail
sourcefn clone(&self) -> VersionDetail
fn clone(&self) -> VersionDetail
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 VersionDetail
impl Debug for VersionDetail
sourceimpl Default for VersionDetail
impl Default for VersionDetail
sourcefn default() -> VersionDetail
fn default() -> VersionDetail
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for VersionDetail
impl<'de> Deserialize<'de> for VersionDetail
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<VersionDetail> for VersionDetail
impl PartialEq<VersionDetail> for VersionDetail
sourcefn eq(&self, other: &VersionDetail) -> bool
fn eq(&self, other: &VersionDetail) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourceimpl Serialize for VersionDetail
impl Serialize for VersionDetail
impl StructuralPartialEq for VersionDetail
Auto Trait Implementations
impl RefUnwindSafe for VersionDetail
impl Send for VersionDetail
impl Sync for VersionDetail
impl Unpin for VersionDetail
impl UnwindSafe for VersionDetail
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