pub struct TextEditorCodeExecutionToolResultBlock {
pub content: TextEditorCodeExecutionToolResultContent,
pub tool_use_id: String,
pub type_: TextEditorCodeExecutionToolResultBlockType,
pub cache_control: Option<CacheControl>,
pub rest: Map<String, Value>,
}Fields§
§content: TextEditorCodeExecutionToolResultContent§tool_use_id: String§type_: TextEditorCodeExecutionToolResultBlockType§cache_control: Option<CacheControl>§rest: Map<String, Value>Trait Implementations§
Source§impl<'de> Deserialize<'de> for TextEditorCodeExecutionToolResultBlock
impl<'de> Deserialize<'de> for TextEditorCodeExecutionToolResultBlock
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 TextEditorCodeExecutionToolResultBlock
Auto Trait Implementations§
impl Freeze for TextEditorCodeExecutionToolResultBlock
impl RefUnwindSafe for TextEditorCodeExecutionToolResultBlock
impl Send for TextEditorCodeExecutionToolResultBlock
impl Sync for TextEditorCodeExecutionToolResultBlock
impl Unpin for TextEditorCodeExecutionToolResultBlock
impl UnsafeUnpin for TextEditorCodeExecutionToolResultBlock
impl UnwindSafe for TextEditorCodeExecutionToolResultBlock
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