pub struct DesignSpawnAgentsResult {
pub path: String,
pub planned: Vec<DesignSpawnedAgentScope>,
pub allow_patch: bool,
pub allow_export: bool,
pub require_review: bool,
pub instructions: String,
}Fields§
§path: String§planned: Vec<DesignSpawnedAgentScope>§allow_patch: bool§allow_export: bool§require_review: bool§instructions: StringTrait Implementations§
Source§impl Clone for DesignSpawnAgentsResult
impl Clone for DesignSpawnAgentsResult
Source§fn clone(&self) -> DesignSpawnAgentsResult
fn clone(&self) -> DesignSpawnAgentsResult
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 DesignSpawnAgentsResult
impl Debug for DesignSpawnAgentsResult
Source§impl<'de> Deserialize<'de> for DesignSpawnAgentsResult
impl<'de> Deserialize<'de> for DesignSpawnAgentsResult
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for DesignSpawnAgentsResult
impl RefUnwindSafe for DesignSpawnAgentsResult
impl Send for DesignSpawnAgentsResult
impl Sync for DesignSpawnAgentsResult
impl Unpin for DesignSpawnAgentsResult
impl UnsafeUnpin for DesignSpawnAgentsResult
impl UnwindSafe for DesignSpawnAgentsResult
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