pub struct NPlusOne {
pub host: String,
pub method: String,
pub norm_path: String,
pub fanout: usize,
pub parent_id: Option<String>,
pub first_offset_ms: f64,
pub last_offset_ms: f64,
pub entry_ids: Vec<String>,
}Fields§
§host: String§method: String§norm_path: String§fanout: usize§parent_id: Option<String>§first_offset_ms: f64§last_offset_ms: f64§entry_ids: Vec<String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for NPlusOne
impl RefUnwindSafe for NPlusOne
impl Send for NPlusOne
impl Sync for NPlusOne
impl Unpin for NPlusOne
impl UnsafeUnpin for NPlusOne
impl UnwindSafe for NPlusOne
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