pub enum InlineResponse2011 {
Show 17 variants
Dtmf(DtmfTool),
EndCall(EndCallTool),
Function(FunctionTool),
Ghl(GhlTool),
Make(MakeTool),
TransferCall(TransferCallTool),
Output(OutputTool),
Bash(BashTool),
Computer(ComputerTool),
TextEditor(TextEditorTool),
Query(QueryTool),
GooglePeriodCalendarPeriodEventPeriodCreate(GoogleCalendarCreateEventTool),
GooglePeriodSheetsPeriodRowPeriodAppend(GoogleSheetsRowAppendTool),
GooglePeriodCalendarPeriodAvailabilityPeriodCheck(GoogleCalendarCheckAvailabilityTool),
SlackPeriodMessagePeriodSend(SlackSendMessageTool),
Sms(SmsSendTool),
Mcp(McpTool),
}Variants§
Dtmf(DtmfTool)
EndCall(EndCallTool)
Function(FunctionTool)
Ghl(GhlTool)
Make(MakeTool)
TransferCall(TransferCallTool)
Output(OutputTool)
Bash(BashTool)
Computer(ComputerTool)
TextEditor(TextEditorTool)
Query(QueryTool)
GooglePeriodCalendarPeriodEventPeriodCreate(GoogleCalendarCreateEventTool)
GooglePeriodSheetsPeriodRowPeriodAppend(GoogleSheetsRowAppendTool)
GooglePeriodCalendarPeriodAvailabilityPeriodCheck(GoogleCalendarCheckAvailabilityTool)
SlackPeriodMessagePeriodSend(SlackSendMessageTool)
Sms(SmsSendTool)
Mcp(McpTool)
Trait Implementations§
Source§impl Clone for InlineResponse2011
impl Clone for InlineResponse2011
Source§fn clone(&self) -> InlineResponse2011
fn clone(&self) -> InlineResponse2011
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 InlineResponse2011
impl Debug for InlineResponse2011
Source§impl Default for InlineResponse2011
impl Default for InlineResponse2011
Source§impl<'de> Deserialize<'de> for InlineResponse2011
impl<'de> Deserialize<'de> for InlineResponse2011
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 PartialEq for InlineResponse2011
impl PartialEq for InlineResponse2011
Source§impl Serialize for InlineResponse2011
impl Serialize for InlineResponse2011
impl StructuralPartialEq for InlineResponse2011
Auto Trait Implementations§
impl Freeze for InlineResponse2011
impl RefUnwindSafe for InlineResponse2011
impl Send for InlineResponse2011
impl Sync for InlineResponse2011
impl Unpin for InlineResponse2011
impl UnwindSafe for InlineResponse2011
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