pub struct Tempfile(pub File);Tuple Fields§
§0: FileImplementations§
Auto Trait Implementations§
impl !Freeze for Tempfile
impl !RefUnwindSafe for Tempfile
impl Send for Tempfile
impl Sync for Tempfile
impl Unpin for Tempfile
impl !UnwindSafe for Tempfile
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