Docs.rs
jacquard-api-0.11.1
jacquard-api 0.11.1
Permalink
Docs.rs crate page
MPL-2.0
Links
Repository
crates.io
Source
Owners
orual
Dependencies
jacquard-common ^0.11
normal
jacquard-derive ^0.11
normal
jacquard-lexicon ^0.11
normal
miette ^7.6
normal
serde ^1.0
normal
thiserror ^2.0
normal
Versions
63.01%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
State
jacquard_
api
0.11.1
State
Required Associated Types
Parent
Implementors
In jacquard_
api::
pub_
leaflet::
comment::
reply_
ref_
state
jacquard_api
::
pub_leaflet
::
comment
::
reply_ref_state
Trait
State
Copy item path
Source
pub trait State: Sealed { type
Parent
; }
Expand description
State trait tracking which required fields have been set
Required Associated Types
§
Source
type
Parent
Implementors
§
Source
§
impl
State
for
Empty
Source
§
type
Parent
=
Unset
Source
§
impl<S:
State
>
State
for
SetParent
<S>
Source
§
type
Parent
=
Set
<
parent
>