pub struct WallTs(/* private fields */);Expand description
Wall-clock timestamp — microseconds since Unix epoch.
Used only in output and provenance for external correlation. Never use for ordering or duration calculations within the pipeline.
Implementations§
Trait Implementations§
impl Copy for WallTs
impl Eq for WallTs
impl StructuralPartialEq for WallTs
Auto Trait Implementations§
impl Freeze for WallTs
impl RefUnwindSafe for WallTs
impl Send for WallTs
impl Sync for WallTs
impl Unpin for WallTs
impl UnsafeUnpin for WallTs
impl UnwindSafe for WallTs
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