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