pub struct ProcessPrinterNull {}
Expand description
A Process Printer that does nothing.
Implementations§
Trait Implementations§
Source§impl ProcessPrinter for ProcessPrinterNull
impl ProcessPrinter for ProcessPrinterNull
Source§fn print_overview(
&self,
_process: &dyn Process,
_writer: &mut dyn BinaryWrite,
_context: Option<ProcessPrinterContext>,
) -> Option<ProcessPrinterContext>
fn print_overview( &self, _process: &dyn Process, _writer: &mut dyn BinaryWrite, _context: Option<ProcessPrinterContext>, ) -> Option<ProcessPrinterContext>
Auto Trait Implementations§
impl Freeze for ProcessPrinterNull
impl RefUnwindSafe for ProcessPrinterNull
impl Send for ProcessPrinterNull
impl Sync for ProcessPrinterNull
impl Unpin for ProcessPrinterNull
impl UnwindSafe for ProcessPrinterNull
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