pub struct TextOutput;Expand description
Plain text output (no structure).
Use this when you just want the model’s text response without any structured parsing.
Implementations§
Source§impl TextOutput
impl TextOutput
Trait Implementations§
Source§impl Clone for TextOutput
impl Clone for TextOutput
Source§fn clone(&self) -> TextOutput
fn clone(&self) -> TextOutput
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 Debug for TextOutput
impl Debug for TextOutput
Source§impl Default for TextOutput
impl Default for TextOutput
Source§fn default() -> TextOutput
fn default() -> TextOutput
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TextOutput
impl RefUnwindSafe for TextOutput
impl Send for TextOutput
impl Sync for TextOutput
impl Unpin for TextOutput
impl UnwindSafe for TextOutput
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