enum CheckKind {
Check,
Fix,
}Expand description
Allows individual check-step instances to keep track of whether they
represent cargo check or cargo fix, independently of Builder::kind.
Variants§
Implementations§
Trait Implementations§
impl Copy for CheckKind
impl Eq for CheckKind
impl StructuralPartialEq for CheckKind
Auto Trait Implementations§
impl Freeze for CheckKind
impl RefUnwindSafe for CheckKind
impl Send for CheckKind
impl Sync for CheckKind
impl Unpin for CheckKind
impl UnsafeUnpin for CheckKind
impl UnwindSafe for CheckKind
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<T> Pointable for T
impl<T> Pointable for T
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 1 byte
Size for each variant:
Check: 0 bytesFix: 0 bytes