pub enum InstallStep {
Fetch(Fetch),
Finished(Result<RepositoryInstallResult, Error>),
}Variants§
Auto Trait Implementations§
impl Freeze for InstallStep
impl RefUnwindSafe for InstallStep
impl Send for InstallStep
impl Sync for InstallStep
impl Unpin for InstallStep
impl UnsafeUnpin for InstallStep
impl UnwindSafe for InstallStep
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