pub struct DistStat {
pub matches: usize,
pub sides: usize,
pub depth: usize,
}
Expand description
How nodes are distributed. See Stats for a brief description.
Fields§
§matches: usize
§sides: usize
§depth: usize
Trait Implementations§
impl StructuralPartialEq for DistStat
Auto Trait Implementations§
impl Freeze for DistStat
impl RefUnwindSafe for DistStat
impl Send for DistStat
impl Sync for DistStat
impl Unpin for DistStat
impl UnwindSafe for DistStat
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