pub struct TableSummaryGenerator { /* private fields */ }Expand description
Table summary generator
Implementations§
Source§impl TableSummaryGenerator
impl TableSummaryGenerator
Sourcepub fn generate(
&self,
table: &ExtractedTable,
summary_type: SummaryType,
) -> RragResult<String>
pub fn generate( &self, table: &ExtractedTable, summary_type: SummaryType, ) -> RragResult<String>
Generate table summary
Auto Trait Implementations§
impl Freeze for TableSummaryGenerator
impl RefUnwindSafe for TableSummaryGenerator
impl Send for TableSummaryGenerator
impl Sync for TableSummaryGenerator
impl Unpin for TableSummaryGenerator
impl UnwindSafe for TableSummaryGenerator
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