pub struct RunObjectRequiredAction {
pub submit_tool_outputs: RunObjectRequiredActionSubmitToolOutputs,
pub _type: String,
}
Fields§
§submit_tool_outputs: RunObjectRequiredActionSubmitToolOutputs
§_type: String
For now, this is always submit_tool_outputs
.
Trait Implementations§
Source§impl Debug for RunObjectRequiredAction
impl Debug for RunObjectRequiredAction
Source§impl<'de> Deserialize<'de> for RunObjectRequiredAction
impl<'de> Deserialize<'de> for RunObjectRequiredAction
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
Auto Trait Implementations§
impl Freeze for RunObjectRequiredAction
impl RefUnwindSafe for RunObjectRequiredAction
impl Send for RunObjectRequiredAction
impl Sync for RunObjectRequiredAction
impl Unpin for RunObjectRequiredAction
impl UnwindSafe for RunObjectRequiredAction
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