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§
Trait Implementations§
impl Copy for CopyPhase
Auto Trait Implementations§
impl RefUnwindSafe for CopyPhase
impl Send for CopyPhase
impl Sync for CopyPhase
impl Unpin 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