pub struct ProjectSchema {
pub angreal_root: String,
pub angreal_version: String,
pub commands: Vec<CommandSchema>,
}Expand description
Tree schema for AI agent consumption
Fields§
§angreal_root: String§angreal_version: String§commands: Vec<CommandSchema>Trait Implementations§
Source§impl Clone for ProjectSchema
impl Clone for ProjectSchema
Source§fn clone(&self) -> ProjectSchema
fn clone(&self) -> ProjectSchema
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ProjectSchema
impl Debug for ProjectSchema
Auto Trait Implementations§
impl Freeze for ProjectSchema
impl RefUnwindSafe for ProjectSchema
impl Send for ProjectSchema
impl Sync for ProjectSchema
impl Unpin for ProjectSchema
impl UnsafeUnpin for ProjectSchema
impl UnwindSafe for ProjectSchema
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