pub struct StreamedSplitPage {
pub path: PathBuf,
pub destination: String,
}Expand description
One spilled page, in pre-order (index 0 is the root page).
Fields§
§path: PathBufSpill file holding the page’s XML.
destination: StringThe page’s destination pathname (Split::get_page_name result; the
original --dest for the root page).
Auto Trait Implementations§
impl Freeze for StreamedSplitPage
impl RefUnwindSafe for StreamedSplitPage
impl Send for StreamedSplitPage
impl Sync for StreamedSplitPage
impl Unpin for StreamedSplitPage
impl UnsafeUnpin for StreamedSplitPage
impl UnwindSafe for StreamedSplitPage
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