pub struct ExplorerProgress {
pub stats: ExplorerStats,
pub elapsed: Duration,
}Fields§
§stats: ExplorerStats§elapsed: DurationTrait Implementations§
Source§impl Clone for ExplorerProgress
impl Clone for ExplorerProgress
Source§fn clone(&self) -> ExplorerProgress
fn clone(&self) -> ExplorerProgress
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 ExplorerProgress
impl RefUnwindSafe for ExplorerProgress
impl Send for ExplorerProgress
impl Sync for ExplorerProgress
impl Unpin for ExplorerProgress
impl UnsafeUnpin for ExplorerProgress
impl UnwindSafe for ExplorerProgress
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