Enum debian_packaging::repository::CopyPhase
source · [−]pub enum CopyPhase {
BinaryPackages,
InstallerBinaryPackages,
Sources,
Installers,
ReleaseIndices,
ReleaseFiles,
}Expand description
A phase during a repository copy operation.
Variants
BinaryPackages
InstallerBinaryPackages
Sources
Installers
ReleaseIndices
ReleaseFiles
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CopyPhase
impl UnwindSafe for CopyPhase
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more