pub struct Exe(pub File);Expand description
*{0}
A path to an executable file which is assumed to exist.
Tuple Fields§
§0: FileImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Exe
impl RefUnwindSafe for Exe
impl Send for Exe
impl Sync for Exe
impl Unpin for Exe
impl UnwindSafe for Exe
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