pub struct ToolCallIdMapper { /* private fields */ }Expand description
Create a mapping for tool call IDs between providers.
Implementations§
Auto Trait Implementations§
impl Freeze for ToolCallIdMapper
impl RefUnwindSafe for ToolCallIdMapper
impl Send for ToolCallIdMapper
impl Sync for ToolCallIdMapper
impl Unpin for ToolCallIdMapper
impl UnsafeUnpin for ToolCallIdMapper
impl UnwindSafe for ToolCallIdMapper
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