pub struct SummaryOutput {
pub summary: String,
pub first_kept_index: usize,
pub tokens_before: usize,
}Expand description
Result of summarization
Fields§
§summary: String§first_kept_index: usize§tokens_before: usizeAuto Trait Implementations§
impl Freeze for SummaryOutput
impl RefUnwindSafe for SummaryOutput
impl Send for SummaryOutput
impl Sync for SummaryOutput
impl Unpin for SummaryOutput
impl UnsafeUnpin for SummaryOutput
impl UnwindSafe for SummaryOutput
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