pub struct ProofVisualizer { /* private fields */ }Expand description
Proof visualizer.
Implementations§
Source§impl ProofVisualizer
impl ProofVisualizer
Sourcepub fn with_max_depth(self, depth: usize) -> Self
pub fn with_max_depth(self, depth: usize) -> Self
Set the maximum depth to visualize.
Sourcepub fn with_show_ids(self, show: bool) -> Self
pub fn with_show_ids(self, show: bool) -> Self
Set whether to show node IDs.
Sourcepub fn with_full_conclusions(self, show: bool) -> Self
pub fn with_full_conclusions(self, show: bool) -> Self
Set whether to show full conclusions.
Trait Implementations§
Source§impl Debug for ProofVisualizer
impl Debug for ProofVisualizer
Auto Trait Implementations§
impl Freeze for ProofVisualizer
impl RefUnwindSafe for ProofVisualizer
impl Send for ProofVisualizer
impl Sync for ProofVisualizer
impl Unpin for ProofVisualizer
impl UnsafeUnpin for ProofVisualizer
impl UnwindSafe for ProofVisualizer
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