Struct netlify_rust::models::service_instance::ServiceInstance [−][src]
pub struct ServiceInstance {
pub id: Option<String>,
pub url: Option<String>,
pub config: Option<Value>,
pub external_attributes: Option<Value>,
pub service_slug: Option<String>,
pub service_path: Option<String>,
pub service_name: Option<String>,
pub env: Option<Value>,
pub snippets: Option<Vec<Value>>,
pub auth_url: Option<String>,
pub created_at: Option<String>,
pub updated_at: Option<String>,
}
Fields
id: Option<String>
url: Option<String>
config: Option<Value>
external_attributes: Option<Value>
service_slug: Option<String>
service_path: Option<String>
service_name: Option<String>
env: Option<Value>
snippets: Option<Vec<Value>>
auth_url: Option<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
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for ServiceInstance
impl Send for ServiceInstance
impl Sync for ServiceInstance
impl Unpin for ServiceInstance
impl UnwindSafe for ServiceInstance
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more