pub struct ExplorerSampling {
pub budget: u64,
pub matched_files: u64,
pub file_head_realtime_usec: u64,
pub file_tail_realtime_usec: u64,
pub file_head_seqnum: u64,
pub file_tail_seqnum: u64,
pub file_entries: u64,
}Fields§
§budget: u64§matched_files: u64§file_head_realtime_usec: u64§file_tail_realtime_usec: u64§file_head_seqnum: u64§file_tail_seqnum: u64§file_entries: u64Trait Implementations§
Source§impl Clone for ExplorerSampling
impl Clone for ExplorerSampling
Source§fn clone(&self) -> ExplorerSampling
fn clone(&self) -> ExplorerSampling
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 moreimpl Copy for ExplorerSampling
Source§impl Debug for ExplorerSampling
impl Debug for ExplorerSampling
impl Eq for ExplorerSampling
Source§impl PartialEq for ExplorerSampling
impl PartialEq for ExplorerSampling
Source§fn eq(&self, other: &ExplorerSampling) -> bool
fn eq(&self, other: &ExplorerSampling) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ExplorerSampling
Auto Trait Implementations§
impl Freeze for ExplorerSampling
impl RefUnwindSafe for ExplorerSampling
impl Send for ExplorerSampling
impl Sync for ExplorerSampling
impl Unpin for ExplorerSampling
impl UnsafeUnpin for ExplorerSampling
impl UnwindSafe for ExplorerSampling
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