pub struct ExplorerComparison {
pub traversal_duration: Duration,
pub index_duration: Duration,
pub traversal_stats: ExplorerStats,
pub index_stats: ExplorerStats,
}Fields§
§traversal_duration: Duration§index_duration: Duration§traversal_stats: ExplorerStats§index_stats: ExplorerStatsTrait Implementations§
Source§impl Clone for ExplorerComparison
impl Clone for ExplorerComparison
Source§fn clone(&self) -> ExplorerComparison
fn clone(&self) -> ExplorerComparison
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 moreSource§impl Debug for ExplorerComparison
impl Debug for ExplorerComparison
Source§impl Default for ExplorerComparison
impl Default for ExplorerComparison
Source§fn default() -> ExplorerComparison
fn default() -> ExplorerComparison
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ExplorerComparison
impl RefUnwindSafe for ExplorerComparison
impl Send for ExplorerComparison
impl Sync for ExplorerComparison
impl Unpin for ExplorerComparison
impl UnsafeUnpin for ExplorerComparison
impl UnwindSafe for ExplorerComparison
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