pub struct DesignSpawnedAgentScope {
pub alias: String,
pub scope_node_id: String,
pub scope_name: String,
pub node_type: String,
pub child_count: usize,
pub prompt: String,
}Fields§
§alias: String§scope_node_id: String§scope_name: String§node_type: String§child_count: usize§prompt: StringTrait Implementations§
Source§impl Clone for DesignSpawnedAgentScope
impl Clone for DesignSpawnedAgentScope
Source§fn clone(&self) -> DesignSpawnedAgentScope
fn clone(&self) -> DesignSpawnedAgentScope
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 DesignSpawnedAgentScope
impl Debug for DesignSpawnedAgentScope
Source§impl<'de> Deserialize<'de> for DesignSpawnedAgentScope
impl<'de> Deserialize<'de> for DesignSpawnedAgentScope
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 DesignSpawnedAgentScope
impl RefUnwindSafe for DesignSpawnedAgentScope
impl Send for DesignSpawnedAgentScope
impl Sync for DesignSpawnedAgentScope
impl Unpin for DesignSpawnedAgentScope
impl UnsafeUnpin for DesignSpawnedAgentScope
impl UnwindSafe for DesignSpawnedAgentScope
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