pub enum PkgFlavor {
Component,
Product,
}
Expand description
The type of a flat package.
Variants§
Component
A component installer.
This consists of a single component.
Product
A product installer.
This consists of multiple components, described by a Distribution
file.
Trait Implementations§
impl Copy for PkgFlavor
impl Eq for PkgFlavor
impl StructuralPartialEq for PkgFlavor
Auto Trait Implementations§
impl Freeze for PkgFlavor
impl RefUnwindSafe for PkgFlavor
impl Send for PkgFlavor
impl Sync for PkgFlavor
impl Unpin for PkgFlavor
impl UnwindSafe for PkgFlavor
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)