pub struct SpillResult {
pub path: PathBuf,
pub total_bytes: usize,
}Expand description
Result of a spill operation.
Fields§
§path: PathBuf§total_bytes: usizeAuto Trait Implementations§
impl Freeze for SpillResult
impl RefUnwindSafe for SpillResult
impl Send for SpillResult
impl Sync for SpillResult
impl Unpin for SpillResult
impl UnsafeUnpin for SpillResult
impl UnwindSafe for SpillResult
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