Enum cargo::util::command_prelude::ProfileChecking
source · [−]pub enum ProfileChecking {
LegacyRustc,
LegacyTestOnly,
Custom,
}
Variants
LegacyRustc
LegacyTestOnly
Custom
Auto Trait Implementations
impl RefUnwindSafe for ProfileChecking
impl Send for ProfileChecking
impl Sync for ProfileChecking
impl Unpin for ProfileChecking
impl UnwindSafe for ProfileChecking
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more