pub struct StatsNodeVisitor { /* private fields */ }
Trait Implementations§
Source§impl Debug for StatsNodeVisitor
impl Debug for StatsNodeVisitor
Source§impl Default for StatsNodeVisitor
impl Default for StatsNodeVisitor
Source§fn default() -> StatsNodeVisitor
fn default() -> StatsNodeVisitor
Returns the “default value” for a type. Read more
Source§impl Display for StatsNodeVisitor
impl Display for StatsNodeVisitor
Source§impl<T> NodeVisitor<T> for StatsNodeVisitor
impl<T> NodeVisitor<T> for StatsNodeVisitor
Auto Trait Implementations§
impl Freeze for StatsNodeVisitor
impl RefUnwindSafe for StatsNodeVisitor
impl Send for StatsNodeVisitor
impl Sync for StatsNodeVisitor
impl Unpin for StatsNodeVisitor
impl UnwindSafe for StatsNodeVisitor
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