// @generated by jacquard-lexicon. DO NOT EDIT. // // Lexicon: com.atproto.server.requestAccountDelete // // This file was automatically generated from Lexicon schemas. // Any manual changes will be overwritten on the next regeneration. /// XRPC request marker type #[derive(Debug, Clone, Copy, PartialEq, Eq, serde::Serialize)] pub struct RequestAccountDelete; impl jacquard_common::types::xrpc::XrpcRequest for RequestAccountDelete { const NSID: &'static str = "com.atproto.server.requestAccountDelete"; const METHOD: jacquard_common::types::xrpc::XrpcMethod = jacquard_common::types::xrpc::XrpcMethod::Procedure( "application/json", ); const OUTPUT_ENCODING: &'static str = "application/json"; type Output<'de> = (); type Err<'de> = jacquard_common::types::xrpc::GenericError<'de>; }