pub struct TablePrinter {
pub pagination: bool,
pub page_size: usize,
}
Fields§
§pagination: bool
§page_size: usize
Implementations§
Trait Implementations§
Source§impl OutputPrinter for TablePrinter
impl OutputPrinter 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