pub enum FunctionShellCallOutputStatusEnum {
InProgress,
Completed,
Incomplete,
}Available on crate feature
response-types only.Expand description
Status values reported for function shell tool call outputs.
Variants§
Trait Implementations§
Source§impl Clone for FunctionShellCallOutputStatusEnum
impl Clone for FunctionShellCallOutputStatusEnum
Source§fn clone(&self) -> FunctionShellCallOutputStatusEnum
fn clone(&self) -> FunctionShellCallOutputStatusEnum
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 moreimpl Copy for FunctionShellCallOutputStatusEnum
Source§impl<'de> Deserialize<'de> for FunctionShellCallOutputStatusEnum
impl<'de> Deserialize<'de> for FunctionShellCallOutputStatusEnum
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 FunctionShellCallOutputStatusEnum
impl PartialEq for FunctionShellCallOutputStatusEnum
Source§fn eq(&self, other: &FunctionShellCallOutputStatusEnum) -> bool
fn eq(&self, other: &FunctionShellCallOutputStatusEnum) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for FunctionShellCallOutputStatusEnum
Auto Trait Implementations§
impl Freeze for FunctionShellCallOutputStatusEnum
impl RefUnwindSafe for FunctionShellCallOutputStatusEnum
impl Send for FunctionShellCallOutputStatusEnum
impl Sync for FunctionShellCallOutputStatusEnum
impl Unpin for FunctionShellCallOutputStatusEnum
impl UnsafeUnpin for FunctionShellCallOutputStatusEnum
impl UnwindSafe for FunctionShellCallOutputStatusEnum
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