Struct netlify_rust::models::hook::Hook [−][src]
pub struct Hook {
pub id: Option<String>,
pub site_id: Option<String>,
pub _type: Option<String>,
pub event: Option<String>,
pub data: Option<Value>,
pub created_at: Option<String>,
pub updated_at: Option<String>,
pub disabled: Option<bool>,
}
Fields
id: Option<String>
site_id: Option<String>
_type: Option<String>
event: Option<String>
data: Option<Value>
created_at: Option<String>
updated_at: Option<String>
disabled: Option<bool>
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 Hook
impl UnwindSafe for Hook
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more