pub struct RunObjectIncompleteDetails {
pub reason: RunObjectIncompleteDetailsReason,
}
Fields§
§reason: RunObjectIncompleteDetailsReason
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 Clone for RunObjectIncompleteDetails
impl Clone for RunObjectIncompleteDetails
Source§fn clone(&self) -> RunObjectIncompleteDetails
fn clone(&self) -> RunObjectIncompleteDetails
Returns a copy 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 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
impl StructuralPartialEq for RunObjectIncompleteDetails
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