A better Rust ATProto crate
1// @generated by jacquard-lexicon. DO NOT EDIT. 2// 3// Lexicon: tools.ozone.signature.defs 4// 5// This file was automatically generated from Lexicon schemas. 6// Any manual changes will be overwritten on the next regeneration. 7 8pub mod find_correlation; 9pub mod find_related_accounts; 10pub mod search_accounts; 11 12#[jacquard_derive::lexicon] 13#[derive( 14 serde::Serialize, 15 serde::Deserialize, 16 Debug, 17 Clone, 18 PartialEq, 19 Eq, 20 jacquard_derive::IntoStatic, 21 Default 22)] 23#[serde(rename_all = "camelCase")] 24pub struct SigDetail<'a> { 25 #[serde(borrow)] 26 pub property: jacquard_common::CowStr<'a>, 27 #[serde(borrow)] 28 pub value: jacquard_common::CowStr<'a>, 29}