pub struct OpenAiOutputTokensDetails {
pub reasoning_tokens: u64,
}Fields§
§reasoning_tokens: u64Trait Implementations§
Source§impl Clone for OpenAiOutputTokensDetails
impl Clone for OpenAiOutputTokensDetails
Source§fn clone(&self) -> OpenAiOutputTokensDetails
fn clone(&self) -> OpenAiOutputTokensDetails
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 OpenAiOutputTokensDetails
impl Debug for OpenAiOutputTokensDetails
Source§impl<'de> Deserialize<'de> for OpenAiOutputTokensDetails
impl<'de> Deserialize<'de> for OpenAiOutputTokensDetails
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
impl Eq for OpenAiOutputTokensDetails
impl StructuralPartialEq for OpenAiOutputTokensDetails
Auto Trait Implementations§
impl Freeze for OpenAiOutputTokensDetails
impl RefUnwindSafe for OpenAiOutputTokensDetails
impl Send for OpenAiOutputTokensDetails
impl Sync for OpenAiOutputTokensDetails
impl Unpin for OpenAiOutputTokensDetails
impl UnsafeUnpin for OpenAiOutputTokensDetails
impl UnwindSafe for OpenAiOutputTokensDetails
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