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