// @generated by jacquard-lexicon. DO NOT EDIT. // // Lexicon: sh.tangled.repo.pull.status.open // // This file was automatically generated from Lexicon schemas. // Any manual changes will be overwritten on the next regeneration. /// open pull request #[derive( serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq, Hash, jacquard_derive::IntoStatic )] pub struct Open; impl std::fmt::Display for Open { fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { write!(f, "main") } }