pub struct ToolExecutionCompleteContentResource {
pub resource: ToolExecutionCompleteContentResourceDetails,
pub type: ToolExecutionCompleteContentResourceType,
}Expand description
Embedded resource content block with inline text or binary data
Fields§
§resource: ToolExecutionCompleteContentResourceDetailsThe embedded resource contents, either text or base64-encoded binary
type: ToolExecutionCompleteContentResourceTypeContent block type discriminator
Trait Implementations§
Source§impl<'de> Deserialize<'de> for ToolExecutionCompleteContentResource
impl<'de> Deserialize<'de> for ToolExecutionCompleteContentResource
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 ToolExecutionCompleteContentResource
impl RefUnwindSafe for ToolExecutionCompleteContentResource
impl Send for ToolExecutionCompleteContentResource
impl Sync for ToolExecutionCompleteContentResource
impl Unpin for ToolExecutionCompleteContentResource
impl UnsafeUnpin for ToolExecutionCompleteContentResource
impl UnwindSafe for ToolExecutionCompleteContentResource
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