pub struct ToolCallErrorInfo {
pub call_id: String,
pub name: String,
pub error: String,
}Expand description
Re-export of the public orchestration API.
This is the primary entry point for most users.
Fields§
§call_id: String§name: String§error: StringTrait Implementations§
Source§impl Clone for ToolCallErrorInfo
impl Clone for ToolCallErrorInfo
Source§fn clone(&self) -> ToolCallErrorInfo
fn clone(&self) -> ToolCallErrorInfo
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 moreAuto Trait Implementations§
impl Freeze for ToolCallErrorInfo
impl RefUnwindSafe for ToolCallErrorInfo
impl Send for ToolCallErrorInfo
impl Sync for ToolCallErrorInfo
impl Unpin for ToolCallErrorInfo
impl UnsafeUnpin for ToolCallErrorInfo
impl UnwindSafe for ToolCallErrorInfo
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