pub struct ServiceSideToolCall {
pub id: String,
pub name: String,
pub arguments: Value,
}Fields§
§id: String§name: String§arguments: ValueTrait Implementations§
Source§impl Clone for ServiceSideToolCall
impl Clone for ServiceSideToolCall
Source§fn clone(&self) -> ServiceSideToolCall
fn clone(&self) -> ServiceSideToolCall
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 Debug for ServiceSideToolCall
impl Debug for ServiceSideToolCall
Source§impl PartialEq for ServiceSideToolCall
impl PartialEq for ServiceSideToolCall
impl StructuralPartialEq for ServiceSideToolCall
Auto Trait Implementations§
impl Freeze for ServiceSideToolCall
impl RefUnwindSafe for ServiceSideToolCall
impl Send for ServiceSideToolCall
impl Sync for ServiceSideToolCall
impl Unpin for ServiceSideToolCall
impl UnsafeUnpin for ServiceSideToolCall
impl UnwindSafe for ServiceSideToolCall
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