pub struct ResponseReasoningSummaryPartDoneEvent_Part {
pub type: String,
pub text: String,
}
Expand description
The completed summary part.
Fields§
§type: String
The type of the summary part.
text: String
The text of the summary part.
Trait Implementations§
Source§impl Clone for ResponseReasoningSummaryPartDoneEvent_Part
impl Clone for ResponseReasoningSummaryPartDoneEvent_Part
Source§fn clone(&self) -> ResponseReasoningSummaryPartDoneEvent_Part
fn clone(&self) -> ResponseReasoningSummaryPartDoneEvent_Part
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 ResponseReasoningSummaryPartDoneEvent_Part
impl Default for ResponseReasoningSummaryPartDoneEvent_Part
Source§fn default() -> ResponseReasoningSummaryPartDoneEvent_Part
fn default() -> ResponseReasoningSummaryPartDoneEvent_Part
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ResponseReasoningSummaryPartDoneEvent_Part
impl RefUnwindSafe for ResponseReasoningSummaryPartDoneEvent_Part
impl Send for ResponseReasoningSummaryPartDoneEvent_Part
impl Sync for ResponseReasoningSummaryPartDoneEvent_Part
impl Unpin for ResponseReasoningSummaryPartDoneEvent_Part
impl UnwindSafe for ResponseReasoningSummaryPartDoneEvent_Part
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