pub enum RunStepType {
MessageCreation,
ToolCalls,
}
Variants§
Trait Implementations§
Source§impl Clone for RunStepType
impl Clone for RunStepType
Source§fn clone(&self) -> RunStepType
fn clone(&self) -> RunStepType
Returns a duplicate of the value. Read more
1.0.0 · 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 RunStepType
impl Debug for RunStepType
Source§impl<'de> Deserialize<'de> for RunStepType
impl<'de> Deserialize<'de> for RunStepType
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 RunStepType
impl PartialEq for RunStepType
Source§impl Serialize for RunStepType
impl Serialize for RunStepType
impl StructuralPartialEq for RunStepType
Auto Trait Implementations§
impl Freeze for RunStepType
impl RefUnwindSafe for RunStepType
impl Send for RunStepType
impl Sync for RunStepType
impl Unpin for RunStepType
impl UnwindSafe for RunStepType
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