pub struct DebugPrintRecorder;Expand description
Print the whole network to the console.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DebugPrintRecorder
impl RefUnwindSafe for DebugPrintRecorder
impl Send for DebugPrintRecorder
impl Sync for DebugPrintRecorder
impl Unpin for DebugPrintRecorder
impl UnsafeUnpin for DebugPrintRecorder
impl UnwindSafe for DebugPrintRecorder
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