pub struct RunObjectIncompleteDetails {
pub reason: Option<String>,
}
Fields§
§reason: Option<String>
The reason why the run is incomplete. This will point to which specific token limit was reached over the course of the run.
Trait Implementations§
Source§impl Debug for RunObjectIncompleteDetails
impl Debug for RunObjectIncompleteDetails
Source§impl<'de> Deserialize<'de> for RunObjectIncompleteDetails
impl<'de> Deserialize<'de> for RunObjectIncompleteDetails
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 RunObjectIncompleteDetails
impl RefUnwindSafe for RunObjectIncompleteDetails
impl Send for RunObjectIncompleteDetails
impl Sync for RunObjectIncompleteDetails
impl Unpin for RunObjectIncompleteDetails
impl UnwindSafe for RunObjectIncompleteDetails
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