pub struct TimestampDeducer { /* private fields */ }Expand description
Rebuilds a deduced timestamp from the position in the stream.
The accumulator runs for the life of the connection. Every deduced timestamp depends on every sample before it. SPEC.md 8.1.
Implementations§
Trait Implementations§
Source§impl Clone for TimestampDeducer
impl Clone for TimestampDeducer
Source§fn clone(&self) -> TimestampDeducer
fn clone(&self) -> TimestampDeducer
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for TimestampDeducer
impl RefUnwindSafe for TimestampDeducer
impl Send for TimestampDeducer
impl Sync for TimestampDeducer
impl Unpin for TimestampDeducer
impl UnsafeUnpin for TimestampDeducer
impl UnwindSafe for TimestampDeducer
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