pub struct ResponseLogprobs {
pub content: Vec<LogProb>,
pub reasoning_content: Vec<LogProb>,
}
Fields§
§content: Vec<LogProb>
§reasoning_content: Vec<LogProb>
Trait Implementations§
Source§impl Debug for ResponseLogprobs
impl Debug for ResponseLogprobs
Source§impl<'de> Deserialize<'de> for ResponseLogprobs
impl<'de> Deserialize<'de> for ResponseLogprobs
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
Auto Trait Implementations§
impl Freeze for ResponseLogprobs
impl RefUnwindSafe for ResponseLogprobs
impl Send for ResponseLogprobs
impl Sync for ResponseLogprobs
impl Unpin for ResponseLogprobs
impl UnwindSafe for ResponseLogprobs
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