pub struct ExecutablePath(pub PathBuf);Tuple Fields§
§0: PathBufImplementations§
Auto Trait Implementations§
impl Freeze for ExecutablePath
impl RefUnwindSafe for ExecutablePath
impl Send for ExecutablePath
impl Sync for ExecutablePath
impl Unpin for ExecutablePath
impl UnsafeUnpin for ExecutablePath
impl UnwindSafe for ExecutablePath
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