pub enum TimelineToolCallStatus {
Succeeded,
Failed,
Cancelled,
}Expand description
Tool-call terminal status.
Variants§
Trait Implementations§
Source§impl Clone for TimelineToolCallStatus
impl Clone for TimelineToolCallStatus
Source§fn clone(&self) -> TimelineToolCallStatus
fn clone(&self) -> TimelineToolCallStatus
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 TimelineToolCallStatus
impl Debug for TimelineToolCallStatus
Source§impl<'de> Deserialize<'de> for TimelineToolCallStatus
impl<'de> Deserialize<'de> for TimelineToolCallStatus
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 Eq for TimelineToolCallStatus
Source§impl PartialEq for TimelineToolCallStatus
impl PartialEq for TimelineToolCallStatus
Source§fn eq(&self, other: &TimelineToolCallStatus) -> bool
fn eq(&self, other: &TimelineToolCallStatus) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for TimelineToolCallStatus
impl Serialize for TimelineToolCallStatus
impl StructuralPartialEq for TimelineToolCallStatus
Auto Trait Implementations§
impl Freeze for TimelineToolCallStatus
impl RefUnwindSafe for TimelineToolCallStatus
impl Send for TimelineToolCallStatus
impl Sync for TimelineToolCallStatus
impl Unpin for TimelineToolCallStatus
impl UnsafeUnpin for TimelineToolCallStatus
impl UnwindSafe for TimelineToolCallStatus
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