pub struct WriteFile<Path>(pub PhantomData<Path>);Tuple Fields§
§0: PhantomData<Path>Auto Trait Implementations§
impl<Path> Freeze for WriteFile<Path>
impl<Path> RefUnwindSafe for WriteFile<Path>where
Path: RefUnwindSafe,
impl<Path> Send for WriteFile<Path>where
Path: Send,
impl<Path> Sync for WriteFile<Path>where
Path: Sync,
impl<Path> Unpin for WriteFile<Path>where
Path: Unpin,
impl<Path> UnwindSafe for WriteFile<Path>where
Path: 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