Struct Tool Choice Function Name

View as Markdown

Generated from cargo doc --no-deps -p nemo-relay -p nemo-relay-adaptive -p nemo-relay-ffi.

pub struct ToolChoiceFunctionName {
    pub name: String,
}

The name component of a specific tool choice.

Fields

name: String

The function name.

Trait Implementations

impl Clone for ToolChoiceFunctionName

impl Clone for ToolChoiceFunctionName

clone

fn clone(&self) -> ToolChoiceFunctionName

clone_from

fn clone_from(&mut self, source: &Self)

impl Debug for ToolChoiceFunctionName

impl Debug for ToolChoiceFunctionName

fmt

fn fmt(&self, f: &mut Formatter<'_>) -> Result

impl<'de> Deserialize<'de> for ToolChoiceFunctionName

impl<'de> Deserialize<'de> for ToolChoiceFunctionName

deserialize

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
    __D: Deserializer<'de>,

impl PartialEq for ToolChoiceFunctionName

impl PartialEq for ToolChoiceFunctionName

eq

fn eq(&self, other: &ToolChoiceFunctionName) -> bool

ne

fn ne(&self, other: &Rhs) -> bool

impl Serialize for ToolChoiceFunctionName

impl Serialize for ToolChoiceFunctionName

serialize

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>where
    __S: Serializer,

impl StructuralPartialEq for ToolChoiceFunctionName

impl StructuralPartialEq for ToolChoiceFunctionName