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