pub struct Card {
pub form: &'static str,
pub gloss: &'static str,
pub example: &'static str,
}Expand description
The correct-syntax reference for one keyword: its canonical written form (with
<slots> and [optional] parts), a one-line plain meaning, and a real, valid
example a model can copy. Mirrors docs/SPEC.md, “DSL: keywords”.
Fields§
§form: &'static strThe canonical written form.
gloss: &'static strA one-line plain meaning.
example: &'static strA real, valid example line.
Trait Implementations§
impl Copy for Card
impl Eq for Card
impl StructuralPartialEq for Card
Auto Trait Implementations§
impl Freeze for Card
impl RefUnwindSafe for Card
impl Send for Card
impl Sync for Card
impl Unpin for Card
impl UnsafeUnpin for Card
impl UnwindSafe for Card
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more