Struct super_process::exe::Exe
source · 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 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