pub enum PromptAsyncParamsPartsItem {
Text(TextPartInput),
File(FilePartInput),
Agent(AgentPartInput),
Subtask(SubtaskPartInput),
}Variants§
Trait Implementations§
Source§impl Clone for PromptAsyncParamsPartsItem
impl Clone for PromptAsyncParamsPartsItem
Source§fn clone(&self) -> PromptAsyncParamsPartsItem
fn clone(&self) -> PromptAsyncParamsPartsItem
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 PromptAsyncParamsPartsItem
impl Debug for PromptAsyncParamsPartsItem
Source§impl<'de> Deserialize<'de> for PromptAsyncParamsPartsItem
impl<'de> Deserialize<'de> for PromptAsyncParamsPartsItem
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
impl StructuralPartialEq for PromptAsyncParamsPartsItem
Auto Trait Implementations§
impl Freeze for PromptAsyncParamsPartsItem
impl RefUnwindSafe for PromptAsyncParamsPartsItem
impl Send for PromptAsyncParamsPartsItem
impl Sync for PromptAsyncParamsPartsItem
impl Unpin for PromptAsyncParamsPartsItem
impl UnsafeUnpin for PromptAsyncParamsPartsItem
impl UnwindSafe for PromptAsyncParamsPartsItem
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