pub enum CargoAllowDiagnosticSeverity {
Error,
Warning,
Info,
}Expand description
Severity for a machine-readable diagnostic carried by a command error.
Variants§
Trait Implementations§
Source§impl Clone for CargoAllowDiagnosticSeverity
impl Clone for CargoAllowDiagnosticSeverity
Source§fn clone(&self) -> CargoAllowDiagnosticSeverity
fn clone(&self) -> CargoAllowDiagnosticSeverity
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CargoAllowDiagnosticSeverity
Source§impl Debug for CargoAllowDiagnosticSeverity
impl Debug for CargoAllowDiagnosticSeverity
impl Eq for CargoAllowDiagnosticSeverity
impl StructuralPartialEq for CargoAllowDiagnosticSeverity
Auto Trait Implementations§
impl Freeze for CargoAllowDiagnosticSeverity
impl RefUnwindSafe for CargoAllowDiagnosticSeverity
impl Send for CargoAllowDiagnosticSeverity
impl Sync for CargoAllowDiagnosticSeverity
impl Unpin for CargoAllowDiagnosticSeverity
impl UnsafeUnpin for CargoAllowDiagnosticSeverity
impl UnwindSafe for CargoAllowDiagnosticSeverity
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