// @generated by jacquard-lexicon. DO NOT EDIT. // // Lexicon: net.aftertheinter.coolthingtwo // // This file was automatically generated from Lexicon schemas. // Any manual changes will be overwritten on the next regeneration. #[jacquard_derive::lexicon] #[derive( serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq, jacquard_derive::IntoStatic )] #[serde(rename_all = "camelCase")] pub struct Coolthingtwo<'a> { pub created_at: jacquard_common::types::string::Datetime, #[serde(borrow)] pub status: jacquard_common::CowStr<'a>, } impl jacquard_common::types::collection::Collection for Coolthingtwo<'_> { const NSID: &'static str = "net.aftertheinter.coolthingtwo"; }