pub(crate) enum EmitKind {
Pb,
Single,
Proto,
Manifest,
Odcs,
}Expand description
One artefact the bundler can write. Validated by clap, so a typo fails fast instead of silently producing nothing.
Variants§
Implementations§
Trait Implementations§
impl Copy for EmitKind
impl Eq for EmitKind
impl StructuralPartialEq for EmitKind
Auto Trait Implementations§
impl Freeze for EmitKind
impl RefUnwindSafe for EmitKind
impl Send for EmitKind
impl Sync for EmitKind
impl Unpin for EmitKind
impl UnwindSafe for EmitKind
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