atrium_api/chat/bsky/actor/
export_account_data.rs

1// @generated - This file is generated by atrium-codegen. DO NOT EDIT.
2//!Definitions for the `chat.bsky.actor.exportAccountData` namespace.
3pub const NSID: &str = "chat.bsky.actor.exportAccountData";
4#[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)]
5#[serde(tag = "error", content = "message")]
6pub enum Error {}
7impl std::fmt::Display for Error {
8    fn fmt(&self, _f: &mut std::fmt::Formatter) -> std::fmt::Result {
9        Ok(())
10    }
11}