pub enum RealtimeResponseCreateParamsToolType {
Function,
}
Expand description
The type of the tool, i.e. function
.
Variants§
Function
Trait Implementations§
Source§impl Clone for RealtimeResponseCreateParamsToolType
impl Clone for RealtimeResponseCreateParamsToolType
Source§fn clone(&self) -> RealtimeResponseCreateParamsToolType
fn clone(&self) -> RealtimeResponseCreateParamsToolType
Returns a duplicate 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 Default for RealtimeResponseCreateParamsToolType
impl Default for RealtimeResponseCreateParamsToolType
Source§fn default() -> RealtimeResponseCreateParamsToolType
fn default() -> RealtimeResponseCreateParamsToolType
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RealtimeResponseCreateParamsToolType
impl<'de> Deserialize<'de> for RealtimeResponseCreateParamsToolType
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 RealtimeResponseCreateParamsToolType
impl PartialEq for RealtimeResponseCreateParamsToolType
Source§fn eq(&self, other: &RealtimeResponseCreateParamsToolType) -> bool
fn eq(&self, other: &RealtimeResponseCreateParamsToolType) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for RealtimeResponseCreateParamsToolType
impl StructuralPartialEq for RealtimeResponseCreateParamsToolType
Auto Trait Implementations§
impl Freeze for RealtimeResponseCreateParamsToolType
impl RefUnwindSafe for RealtimeResponseCreateParamsToolType
impl Send for RealtimeResponseCreateParamsToolType
impl Sync for RealtimeResponseCreateParamsToolType
impl Unpin for RealtimeResponseCreateParamsToolType
impl UnwindSafe for RealtimeResponseCreateParamsToolType
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