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