pub struct SlotTracker { /* private fields */ }Expand description
Tracks the last processed slot for stream resumption after reconnection
Implementations§
Trait Implementations§
Source§impl Clone for SlotTracker
impl Clone for SlotTracker
Source§fn clone(&self) -> SlotTracker
fn clone(&self) -> SlotTracker
Returns a duplicate of the value. Read more
1.0.0 · 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 SlotTracker
impl RefUnwindSafe for SlotTracker
impl Send for SlotTracker
impl Sync for SlotTracker
impl Unpin for SlotTracker
impl UnwindSafe for SlotTracker
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