pub struct WalEntry {
pub trace_id: u128,
pub span_id: u64,
pub offset: u64,
}Expand description
Span identity extracted from each WAL record for the in-memory index.
Fields§
§trace_id: u128§span_id: u64§offset: u64Absolute byte offset of this record’s NYXO magic in the WAL file.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WalEntry
impl RefUnwindSafe for WalEntry
impl Send for WalEntry
impl Sync for WalEntry
impl Unpin for WalEntry
impl UnsafeUnpin for WalEntry
impl UnwindSafe for WalEntry
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