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 Clone for ToolExecutionCompleteContentResource
impl Clone for ToolExecutionCompleteContentResource
Source§fn clone(&self) -> ToolExecutionCompleteContentResource
fn clone(&self) -> ToolExecutionCompleteContentResource
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 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