pub enum Kind {
Show 14 variants
Build,
Check,
Clippy,
Fix,
Format,
Test,
Bench,
Doc,
Clean,
Dist,
Install,
Run,
Setup,
Suggest,
}
Variants§
Implementations§
Trait Implementations§
source§impl Ord for Kind
impl Ord for Kind
source§impl PartialEq<Kind> for Kind
impl PartialEq<Kind> for Kind
source§impl PartialOrd<Kind> for Kind
impl PartialOrd<Kind> for Kind
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for Kind
impl Eq for Kind
impl StructuralEq for Kind
impl StructuralPartialEq for Kind
Auto Trait Implementations§
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
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 bytesBench
: 0 bytesDoc
: 0 bytesClean
: 0 bytesDist
: 0 bytesInstall
: 0 bytesRun
: 0 bytesSetup
: 0 bytesSuggest
: 0 bytes