pub struct NPlus1Issue {
pub pattern: String,
pub count: usize,
pub total_duration_ms: f64,
pub span_ids: Vec<String>,
}Fields§
§pattern: String§count: usize§total_duration_ms: f64§span_ids: Vec<String>Trait Implementations§
Source§impl Clone for NPlus1Issue
impl Clone for NPlus1Issue
Source§fn clone(&self) -> NPlus1Issue
fn clone(&self) -> NPlus1Issue
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 NPlus1Issue
impl Debug for NPlus1Issue
Auto Trait Implementations§
impl Freeze for NPlus1Issue
impl RefUnwindSafe for NPlus1Issue
impl Send for NPlus1Issue
impl Sync for NPlus1Issue
impl Unpin for NPlus1Issue
impl UnsafeUnpin for NPlus1Issue
impl UnwindSafe for NPlus1Issue
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