pub enum InstallSuccess {
InstalledFromTarball,
BuiltFromSource,
}Variants§
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 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