pub struct InstallSuccess {
pub name: String,
pub canonical_path: PathBuf,
}Expand description
A single successful install (one skill, into the canonical dir).
Fields§
§name: StringSkill name.
canonical_path: PathBufCanonical directory.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for InstallSuccess
impl RefUnwindSafe for InstallSuccess
impl Send for InstallSuccess
impl Sync for InstallSuccess
impl Unpin for InstallSuccess
impl UnsafeUnpin for InstallSuccess
impl UnwindSafe for InstallSuccess
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