pub struct SegmentTracker { /* private fields */ }Expand description
Handle for looking up which segment a line number belongs to.
Created alongside a TrackedChain — keep this while the chain is
consumed by LogStream.
Implementations§
Auto Trait Implementations§
impl Freeze for SegmentTracker
impl !RefUnwindSafe for SegmentTracker
impl !Send for SegmentTracker
impl !Sync for SegmentTracker
impl Unpin for SegmentTracker
impl UnsafeUnpin for SegmentTracker
impl !UnwindSafe for SegmentTracker
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