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