jacquard-api 0.11.0

Generated AT Protocol API bindings for Jacquard
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// @generated by jacquard-lexicon. DO NOT EDIT.
//
// Lexicon: org.passingreads.book.find
//
// This file was automatically generated from Lexicon schemas.
// Any manual changes will be overwritten on the next regeneration.

use jacquard_derive::IntoStatic;
use serde::{Serialize, Deserialize};
/// Represents a book being found at a location.

#[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, IntoStatic, Hash)]
pub struct Find;
impl core::fmt::Display for Find {
    fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result {
        write!(f, "main")
    }
}