pub struct DatasetStats {
pub start: Option<Timestamp>,
pub end: Option<Timestamp>,
pub total_spans: usize,
pub total_events: usize,
}
Fields§
§start: Option<Timestamp>
§end: Option<Timestamp>
§total_spans: usize
§total_events: usize
Auto Trait Implementations§
impl Freeze for DatasetStats
impl RefUnwindSafe for DatasetStats
impl Send for DatasetStats
impl Sync for DatasetStats
impl Unpin for DatasetStats
impl UnwindSafe for DatasetStats
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