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