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