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