pub enum RegAllocDiagSeverity {
Note,
Warning,
Error,
}Expand description
Severity of a RegAlloc diagnostic.
Variants§
Trait Implementations§
Source§impl Clone for RegAllocDiagSeverity
impl Clone for RegAllocDiagSeverity
Source§fn clone(&self) -> RegAllocDiagSeverity
fn clone(&self) -> RegAllocDiagSeverity
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RegAllocDiagSeverity
impl Debug for RegAllocDiagSeverity
Source§impl Display for RegAllocDiagSeverity
impl Display for RegAllocDiagSeverity
Source§impl Hash for RegAllocDiagSeverity
impl Hash for RegAllocDiagSeverity
Source§impl Ord for RegAllocDiagSeverity
impl Ord for RegAllocDiagSeverity
Source§fn cmp(&self, other: &RegAllocDiagSeverity) -> Ordering
fn cmp(&self, other: &RegAllocDiagSeverity) -> Ordering
1.21.0 · 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
Source§impl PartialEq for RegAllocDiagSeverity
impl PartialEq for RegAllocDiagSeverity
Source§impl PartialOrd for RegAllocDiagSeverity
impl PartialOrd for RegAllocDiagSeverity
impl Copy for RegAllocDiagSeverity
impl Eq for RegAllocDiagSeverity
impl StructuralPartialEq for RegAllocDiagSeverity
Auto Trait Implementations§
impl Freeze for RegAllocDiagSeverity
impl RefUnwindSafe for RegAllocDiagSeverity
impl Send for RegAllocDiagSeverity
impl Sync for RegAllocDiagSeverity
impl Unpin for RegAllocDiagSeverity
impl UnsafeUnpin for RegAllocDiagSeverity
impl UnwindSafe for RegAllocDiagSeverity
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