pub struct RawOutput {
pub content: String,
pub meta: UsageMeta,
}Expand description
Raw output from a neural backend.
Fields§
§content: StringThe raw content returned by the model.
meta: UsageMetaUsage metadata.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RawOutput
impl RefUnwindSafe for RawOutput
impl Send for RawOutput
impl Sync for RawOutput
impl Unpin for RawOutput
impl UnwindSafe for RawOutput
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