pub enum OperationalClass {
ProgramMissing,
ProgramNotExecutable,
ManifestTimeout,
ManifestExitNonzero,
ManifestUnparsable,
ManifestVersionUnsupported,
DuplicateModuleId,
ManifestInvalid,
}Expand description
The only per-program operational failures that lint classifies.
Variants§
ProgramMissing
ProgramNotExecutable
ManifestTimeout
ManifestExitNonzero
ManifestUnparsable
ManifestVersionUnsupported
DuplicateModuleId
ManifestInvalid
Implementations§
Trait Implementations§
Source§impl Clone for OperationalClass
impl Clone for OperationalClass
impl Copy for OperationalClass
Source§impl Debug for OperationalClass
impl Debug for OperationalClass
impl Eq for OperationalClass
Source§impl Ord for OperationalClass
impl Ord for OperationalClass
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for OperationalClass
impl PartialEq for OperationalClass
Source§impl PartialOrd for OperationalClass
impl PartialOrd for OperationalClass
impl StructuralPartialEq for OperationalClass
Auto Trait Implementations§
impl Freeze for OperationalClass
impl RefUnwindSafe for OperationalClass
impl Send for OperationalClass
impl Sync for OperationalClass
impl Unpin for OperationalClass
impl UnsafeUnpin for OperationalClass
impl UnwindSafe for OperationalClass
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