Struct netlify_rust::models::service::Service [−][src]
pub struct Service {Show 13 fields
pub id: Option<String>,
pub name: Option<String>,
pub slug: Option<String>,
pub service_path: Option<String>,
pub long_description: Option<String>,
pub description: Option<String>,
pub events: Option<Vec<Value>>,
pub tags: Option<Vec<String>>,
pub icon: Option<String>,
pub manifest_url: Option<String>,
pub environments: Option<Vec<String>>,
pub created_at: Option<String>,
pub updated_at: Option<String>,
}
Fields
id: Option<String>
name: Option<String>
slug: Option<String>
service_path: Option<String>
long_description: Option<String>
description: Option<String>
events: Option<Vec<Value>>
icon: Option<String>
manifest_url: Option<String>
environments: Option<Vec<String>>
created_at: Option<String>
updated_at: Option<String>
Implementations
Trait Implementations
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
Auto Trait Implementations
impl RefUnwindSafe for Service
impl UnwindSafe for Service
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more