pub enum XargoMode {
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 XargoMode
impl Eq for XargoMode
impl StructuralPartialEq for XargoMode
Auto Trait Implementations§
impl Freeze for XargoMode
impl RefUnwindSafe for XargoMode
impl Send for XargoMode
impl Sync for XargoMode
impl Unpin for XargoMode
impl UnwindSafe for XargoMode
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