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