Enum bigtools::utils::file::tempfilebuffer::ClosedFile
source · pub enum ClosedFile<R: Write + Send + 'static> {
Temp(File),
Real(R),
}
Variants§
Auto Trait Implementations§
impl<R> RefUnwindSafe for ClosedFile<R>where R: RefUnwindSafe,
impl<R> Send for ClosedFile<R>
impl<R> Sync for ClosedFile<R>where R: Sync,
impl<R> Unpin for ClosedFile<R>where R: Unpin,
impl<R> UnwindSafe for ClosedFile<R>where R: UnwindSafe,
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