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