pub struct QuickTable { /* private fields */ }Expand description
Quick table builder for common patterns
Implementations§
Source§impl QuickTable
impl QuickTable
Sourcepub fn with_widths(widths_inches: &[f64]) -> Self
pub fn with_widths(widths_inches: &[f64]) -> Self
Create with custom column widths in inches
Sourcepub fn styled_row(self, cells: Vec<TableCell>) -> Self
pub fn styled_row(self, cells: Vec<TableCell>) -> Self
Add a styled row with custom cell styling
Auto Trait Implementations§
impl Freeze for QuickTable
impl RefUnwindSafe for QuickTable
impl Send for QuickTable
impl Sync for QuickTable
impl Unpin for QuickTable
impl UnsafeUnpin for QuickTable
impl UnwindSafe for QuickTable
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