pub enum BuildKind {
Bin(String),
Lib,
}Expand description
What kind of artifact to build.
Variants§
Auto Trait Implementations§
impl Freeze for BuildKind
impl RefUnwindSafe for BuildKind
impl Send for BuildKind
impl Sync for BuildKind
impl Unpin for BuildKind
impl UnsafeUnpin for BuildKind
impl UnwindSafe for BuildKind
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