pub struct InMemoryOffsetStore { /* private fields */ }Expand description
In-memory offset store.
This is useful for testing or scenarios where persistence across restarts is not required.
Implementations§
Trait Implementations§
Source§impl Clone for InMemoryOffsetStore
impl Clone for InMemoryOffsetStore
Source§fn clone(&self) -> InMemoryOffsetStore
fn clone(&self) -> InMemoryOffsetStore
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 moreSource§impl Debug for InMemoryOffsetStore
impl Debug for InMemoryOffsetStore
Source§impl Default for InMemoryOffsetStore
impl Default for InMemoryOffsetStore
Source§fn default() -> InMemoryOffsetStore
fn default() -> InMemoryOffsetStore
Returns the “default value” for a type. Read more
Source§impl OffsetStore for InMemoryOffsetStore
impl OffsetStore for InMemoryOffsetStore
Auto Trait Implementations§
impl Freeze for InMemoryOffsetStore
impl RefUnwindSafe for InMemoryOffsetStore
impl Send for InMemoryOffsetStore
impl Sync for InMemoryOffsetStore
impl Unpin for InMemoryOffsetStore
impl UnwindSafe for InMemoryOffsetStore
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