pub struct SpillReader { /* private fields */ }Expand description
Memory-mapped random-access view over a finalized spill file.
Implementations§
Source§impl SpillReader
impl SpillReader
Trait Implementations§
Source§impl Drop for SpillReader
impl Drop for SpillReader
Auto Trait Implementations§
impl Freeze for SpillReader
impl RefUnwindSafe for SpillReader
impl Send for SpillReader
impl Sync for SpillReader
impl Unpin for SpillReader
impl UnsafeUnpin for SpillReader
impl UnwindSafe for SpillReader
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