pub struct Count {
pub good: usize,
pub total: usize,
}
Expand description
Count of different types of nodes in a code.
Fields§
§good: usize
The number of specific types of nodes searched in a code
total: usize
The total number of nodes in a code
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Count
impl RefUnwindSafe for Count
impl Send for Count
impl Sync for Count
impl Unpin for Count
impl UnwindSafe for Count
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