pub struct TablePrinter {
pub pagination: bool,
pub page_size: usize,
pub theme_config: TableThemeConfig,
}
Fields§
§pagination: bool
§page_size: usize
§theme_config: TableThemeConfig
Implementations§
Trait Implementations§
Source§impl BaseOutputPrinter for TablePrinter
impl BaseOutputPrinter for TablePrinter
fn print(&self, object: &mut GitQLObject)
Auto Trait Implementations§
impl Freeze for TablePrinter
impl RefUnwindSafe for TablePrinter
impl Send for TablePrinter
impl Sync for TablePrinter
impl Unpin for TablePrinter
impl UnwindSafe for TablePrinter
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