Struct chatgpt_functions::message::FunctionCall  
source · pub struct FunctionCall {
    pub name: String,
    pub arguments: String,
}Fields§
§name: String§arguments: StringTrait Implementations§
source§impl Clone for FunctionCall
 
impl Clone for FunctionCall
source§fn clone(&self) -> FunctionCall
 
fn clone(&self) -> FunctionCall
Returns a copy 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 FunctionCall
 
impl Debug for FunctionCall
source§impl<'de> Deserialize<'de> for FunctionCall
 
impl<'de> Deserialize<'de> for FunctionCall
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
    __D: Deserializer<'de>,
 
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Display for FunctionCall
 
impl Display for FunctionCall
Auto Trait Implementations§
impl RefUnwindSafe for FunctionCall
impl Send for FunctionCall
impl Sync for FunctionCall
impl Unpin for FunctionCall
impl UnwindSafe for FunctionCall
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