Struct netlify_rust::models::snippet::Snippet [−][src]
pub struct Snippet {
pub id: Option<i32>,
pub site_id: Option<String>,
pub title: Option<String>,
pub general: Option<String>,
pub general_position: Option<String>,
pub goal: Option<String>,
pub goal_position: Option<String>,
}
Fields
id: Option<i32>
site_id: Option<String>
title: Option<String>
general: Option<String>
general_position: Option<String>
goal: Option<String>
goal_position: 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 Snippet
impl UnwindSafe for Snippet
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more