pub struct CSVPrinter;
Trait Implementations§
Source§impl BaseOutputPrinter for CSVPrinter
impl BaseOutputPrinter for CSVPrinter
fn print(&self, object: &mut GitQLObject)
Auto Trait Implementations§
impl Freeze for CSVPrinter
impl RefUnwindSafe for CSVPrinter
impl Send for CSVPrinter
impl Sync for CSVPrinter
impl Unpin for CSVPrinter
impl UnwindSafe for CSVPrinter
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