pub enum CopyPhase {
BinaryPackages,
InstallerBinaryPackages,
Sources,
Installers,
ReleaseIndices,
ReleaseFiles,
}Expand description
A phase during a repository copy operation.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CopyPhase
impl RefUnwindSafe for CopyPhase
impl Send for CopyPhase
impl Sync for CopyPhase
impl Unpin for CopyPhase
impl UnsafeUnpin for CopyPhase
impl UnwindSafe for CopyPhase
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