pub struct OffsetMap { /* private fields */ }
Expand description
Remaps the offset of block requests based on an internal map, and truncates long requests.
Implementations§
Auto Trait Implementations§
impl Freeze for OffsetMap
impl RefUnwindSafe for OffsetMap
impl Send for OffsetMap
impl Sync for OffsetMap
impl Unpin for OffsetMap
impl UnwindSafe for OffsetMap
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