pub struct NetdataFunctionProgress {
pub current_file: usize,
pub total_files: usize,
pub matched_files: u64,
pub skipped_files: u64,
pub stats: ExplorerStats,
pub elapsed: Duration,
}Fields§
§current_file: usize§total_files: usize§matched_files: u64§skipped_files: u64§stats: ExplorerStats§elapsed: DurationTrait Implementations§
Source§impl Clone for NetdataFunctionProgress
impl Clone for NetdataFunctionProgress
Source§fn clone(&self) -> NetdataFunctionProgress
fn clone(&self) -> NetdataFunctionProgress
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 NetdataFunctionProgress
impl RefUnwindSafe for NetdataFunctionProgress
impl Send for NetdataFunctionProgress
impl Sync for NetdataFunctionProgress
impl Unpin for NetdataFunctionProgress
impl UnsafeUnpin for NetdataFunctionProgress
impl UnwindSafe for NetdataFunctionProgress
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