pub struct ResponsesOutputItem {
pub kind: String,
pub role: String,
pub content: Vec<ContentPart>,
}Fields§
§kind: String§role: String§content: Vec<ContentPart>Trait Implementations§
Source§impl Debug for ResponsesOutputItem
impl Debug for ResponsesOutputItem
Auto Trait Implementations§
impl Freeze for ResponsesOutputItem
impl RefUnwindSafe for ResponsesOutputItem
impl Send for ResponsesOutputItem
impl Sync for ResponsesOutputItem
impl Unpin for ResponsesOutputItem
impl UnsafeUnpin for ResponsesOutputItem
impl UnwindSafe for ResponsesOutputItem
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