pub struct SeekToken {
pub start_ts: UnixTimestampMilliseconds,
pub offset: u64,
}Expand description
Token that is known to be usable for seeking to a frame in a metrics log. TODO identify which reader is applicable? Or don’t bother?
Fields§
§start_ts: UnixTimestampMilliseconds§offset: u64Trait Implementations§
impl Copy for SeekToken
impl Eq for SeekToken
Source§impl Ord for SeekToken
impl Ord for SeekToken
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for SeekToken
impl PartialOrd for SeekToken
impl StructuralPartialEq for SeekToken
Auto Trait Implementations§
impl Freeze for SeekToken
impl RefUnwindSafe for SeekToken
impl Send for SeekToken
impl Sync for SeekToken
impl Unpin for SeekToken
impl UnsafeUnpin for SeekToken
impl UnwindSafe for SeekToken
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