pub enum Kind {
Show 19 variants
Build,
Check,
Clippy,
Fix,
Format,
Test,
Miri,
MiriSetup,
MiriTest,
Bench,
Doc,
Clean,
Dist,
Install,
Run,
Setup,
Suggest,
Vendor,
Perf,
}
Variants§
Build
Check
Clippy
Fix
Format
Test
Miri
MiriSetup
MiriTest
Bench
Doc
Clean
Dist
Install
Run
Setup
Suggest
Vendor
Perf
Implementations§
Trait Implementations§
source§impl Ord for Kind
impl Ord for Kind
source§impl PartialOrd for Kind
impl PartialOrd for Kind
impl Copy for Kind
impl Eq for Kind
impl StructuralPartialEq for Kind
Auto Trait Implementations§
impl Freeze for Kind
impl RefUnwindSafe for Kind
impl Send for Kind
impl Sync for Kind
impl Unpin for Kind
impl UnwindSafe for Kind
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,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)§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:
Build
: 0 bytesCheck
: 0 bytesClippy
: 0 bytesFix
: 0 bytesFormat
: 0 bytesTest
: 0 bytesMiri
: 0 bytesMiriSetup
: 0 bytesMiriTest
: 0 bytesBench
: 0 bytesDoc
: 0 bytesClean
: 0 bytesDist
: 0 bytesInstall
: 0 bytesRun
: 0 bytesSetup
: 0 bytesSuggest
: 0 bytesVendor
: 0 bytesPerf
: 0 bytes