pub struct FileOffsetStore { /* private fields */ }Expand description
File-based offset store.
Persists offsets to a JSON file on disk.
File-based offset store implementation.
Implementations§
Trait Implementations§
Source§impl Clone for FileOffsetStore
impl Clone for FileOffsetStore
Source§fn clone(&self) -> FileOffsetStore
fn clone(&self) -> FileOffsetStore
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 FileOffsetStore
impl Debug for FileOffsetStore
Source§impl OffsetStore for FileOffsetStore
impl OffsetStore for FileOffsetStore
Auto Trait Implementations§
impl Freeze for FileOffsetStore
impl RefUnwindSafe for FileOffsetStore
impl Send for FileOffsetStore
impl Sync for FileOffsetStore
impl Unpin for FileOffsetStore
impl UnwindSafe for FileOffsetStore
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