pub struct CommandV2Info {
pub agent: Option<String>,
pub description: Option<String>,
pub model: Option<ModelRef>,
pub name: String,
pub subtask: Option<bool>,
pub template: String,
}Fields§
§agent: Option<String>§description: Option<String>§model: Option<ModelRef>§name: String§subtask: Option<bool>§template: StringTrait Implementations§
Source§impl Clone for CommandV2Info
impl Clone for CommandV2Info
Source§fn clone(&self) -> CommandV2Info
fn clone(&self) -> CommandV2Info
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 CommandV2Info
impl Debug for CommandV2Info
Source§impl<'de> Deserialize<'de> for CommandV2Info
impl<'de> Deserialize<'de> for CommandV2Info
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
Source§impl PartialEq for CommandV2Info
impl PartialEq for CommandV2Info
Source§impl Serialize for CommandV2Info
impl Serialize for CommandV2Info
impl StructuralPartialEq for CommandV2Info
Auto Trait Implementations§
impl Freeze for CommandV2Info
impl RefUnwindSafe for CommandV2Info
impl Send for CommandV2Info
impl Sync for CommandV2Info
impl Unpin for CommandV2Info
impl UnsafeUnpin for CommandV2Info
impl UnwindSafe for CommandV2Info
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