pub enum ZargoMode {
Build,
Check,
}Expand description
Which mode to invoke cargo in when building the sysroot
Can be either cargo build or cargo check
Variants§
Trait Implementations§
impl Copy for ZargoMode
impl Eq for ZargoMode
impl StructuralPartialEq for ZargoMode
Auto Trait Implementations§
impl Freeze for ZargoMode
impl RefUnwindSafe for ZargoMode
impl Send for ZargoMode
impl Sync for ZargoMode
impl Unpin for ZargoMode
impl UnwindSafe for ZargoMode
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