Struct netlify_rust::models::asset::Asset [−][src]
pub struct Asset {
pub id: Option<String>,
pub site_id: Option<String>,
pub creator_id: Option<String>,
pub name: Option<String>,
pub state: Option<String>,
pub content_type: Option<String>,
pub url: Option<String>,
pub key: Option<String>,
pub visibility: Option<String>,
pub size: Option<i64>,
pub created_at: Option<String>,
pub updated_at: Option<String>,
}
Fields
id: Option<String>
site_id: Option<String>
creator_id: Option<String>
name: Option<String>
state: Option<String>
content_type: Option<String>
url: Option<String>
key: Option<String>
visibility: Option<String>
size: Option<i64>
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 Asset
impl UnwindSafe for Asset
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more