pub struct ResponseSteerRequiredInputShellCallOutput {
pub call_id: String,
}Available on crate feature
response-types only.Expand description
Supply output using the shell tool call output input schema. Each
output entry includes stdout, stderr, and outcome.
Fields§
§call_id: StringTrait Implementations§
Source§impl Clone for ResponseSteerRequiredInputShellCallOutput
impl Clone for ResponseSteerRequiredInputShellCallOutput
Source§fn clone(&self) -> ResponseSteerRequiredInputShellCallOutput
fn clone(&self) -> ResponseSteerRequiredInputShellCallOutput
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<'de> Deserialize<'de> for ResponseSteerRequiredInputShellCallOutput
impl<'de> Deserialize<'de> for ResponseSteerRequiredInputShellCallOutput
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 StructuralPartialEq for ResponseSteerRequiredInputShellCallOutput
Auto Trait Implementations§
impl Freeze for ResponseSteerRequiredInputShellCallOutput
impl RefUnwindSafe for ResponseSteerRequiredInputShellCallOutput
impl Send for ResponseSteerRequiredInputShellCallOutput
impl Sync for ResponseSteerRequiredInputShellCallOutput
impl Unpin for ResponseSteerRequiredInputShellCallOutput
impl UnsafeUnpin for ResponseSteerRequiredInputShellCallOutput
impl UnwindSafe for ResponseSteerRequiredInputShellCallOutput
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