pub struct RealFile {
pub path: PathBuf,
}Fields§
§path: PathBufAuto Trait Implementations§
impl Freeze for RealFile
impl RefUnwindSafe for RealFile
impl Send for RealFile
impl Sync for RealFile
impl Unpin for RealFile
impl UnwindSafe for RealFile
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