pub struct InjectedToolCallId;Expand description
Annotation for injecting the tool call ID.
This annotation is used to mark a tool parameter that should receive the tool call ID at runtime.
Trait Implementations§
Source§impl Clone for InjectedToolCallId
impl Clone for InjectedToolCallId
Source§fn clone(&self) -> InjectedToolCallId
fn clone(&self) -> InjectedToolCallId
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for InjectedToolCallId
impl Debug for InjectedToolCallId
Source§impl Default for InjectedToolCallId
impl Default for InjectedToolCallId
Source§fn default() -> InjectedToolCallId
fn default() -> InjectedToolCallId
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for InjectedToolCallId
impl RefUnwindSafe for InjectedToolCallId
impl Send for InjectedToolCallId
impl Sync for InjectedToolCallId
impl Unpin for InjectedToolCallId
impl UnwindSafe for InjectedToolCallId
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