pub struct InstalledEntry {
pub path: PathBuf,
pub command: String,
pub args: Vec<String>,
}Expand description
已安装条目(doctor 复用的读取面)。
Fields§
§path: PathBuf配置文件路径。
command: String§args: Vec<String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for InstalledEntry
impl RefUnwindSafe for InstalledEntry
impl Send for InstalledEntry
impl Sync for InstalledEntry
impl Unpin for InstalledEntry
impl UnsafeUnpin for InstalledEntry
impl UnwindSafe for InstalledEntry
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