pub struct ConfiguredPlayground {
pub id: String,
pub description: String,
}Expand description
Lightweight playground metadata for side-effect-free UI surfaces like shell completion.
Fields§
§id: StringStable playground identifier (directory name).
description: StringHuman-readable description from apg.toml.
Trait Implementations§
Source§impl Clone for ConfiguredPlayground
impl Clone for ConfiguredPlayground
Source§fn clone(&self) -> ConfiguredPlayground
fn clone(&self) -> ConfiguredPlayground
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ConfiguredPlayground
impl Debug for ConfiguredPlayground
Source§impl PartialEq for ConfiguredPlayground
impl PartialEq for ConfiguredPlayground
impl Eq for ConfiguredPlayground
impl StructuralPartialEq for ConfiguredPlayground
Auto Trait Implementations§
impl Freeze for ConfiguredPlayground
impl RefUnwindSafe for ConfiguredPlayground
impl Send for ConfiguredPlayground
impl Sync for ConfiguredPlayground
impl Unpin for ConfiguredPlayground
impl UnsafeUnpin for ConfiguredPlayground
impl UnwindSafe for ConfiguredPlayground
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