Struct datafusion::execution::disk_manager::RefCountedTempFile
source · pub struct RefCountedTempFile { /* private fields */ }
Expand description
A wrapper around a NamedTempFile
that also contains
a reference to its parent temporary directory
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RefCountedTempFile
impl RefUnwindSafe for RefCountedTempFile
impl Send for RefCountedTempFile
impl Sync for RefCountedTempFile
impl Unpin for RefCountedTempFile
impl UnwindSafe for RefCountedTempFile
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