pub struct MemOffsetStore { /* private fields */ }Expand description
In-memory offset store backed by a BTreeMap.
Implementations§
Trait Implementations§
Source§impl Default for MemOffsetStore
impl Default for MemOffsetStore
Auto Trait Implementations§
impl Freeze for MemOffsetStore
impl RefUnwindSafe for MemOffsetStore
impl Send for MemOffsetStore
impl Sync for MemOffsetStore
impl Unpin for MemOffsetStore
impl UnwindSafe for MemOffsetStore
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