pub struct AnalysisProgress {
pub state: AnalysisState,
pub count: usize,
pub total: usize,
}
Fields§
§state: AnalysisState
§count: usize
§total: usize
Trait Implementations§
source§impl Clone for AnalysisProgress
impl Clone for AnalysisProgress
source§fn clone(&self) -> AnalysisProgress
fn clone(&self) -> AnalysisProgress
Returns a copy 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 moreAuto Trait Implementations§
impl Freeze for AnalysisProgress
impl RefUnwindSafe for AnalysisProgress
impl Send for AnalysisProgress
impl Sync for AnalysisProgress
impl Unpin for AnalysisProgress
impl UnwindSafe for AnalysisProgress
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