pub struct StageStats {
pub num_candidates: usize,
pub num_succeeded: usize,
}Fields§
§num_candidates: usize§num_succeeded: usizeTrait Implementations§
Source§impl Clone for StageStats
impl Clone for StageStats
Source§fn clone(&self) -> StageStats
fn clone(&self) -> StageStats
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for StageStats
impl Debug for StageStats
Auto Trait Implementations§
impl Freeze for StageStats
impl RefUnwindSafe for StageStats
impl Send for StageStats
impl Sync for StageStats
impl Unpin for StageStats
impl UnwindSafe for StageStats
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