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