pub enum LicmDiagLevel {
Info,
Warning,
Error,
}Expand description
LICM diagnostic
Variants§
Trait Implementations§
Source§impl Clone for LicmDiagLevel
impl Clone for LicmDiagLevel
Source§fn clone(&self) -> LicmDiagLevel
fn clone(&self) -> LicmDiagLevel
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 LicmDiagLevel
impl Debug for LicmDiagLevel
Source§impl PartialEq for LicmDiagLevel
impl PartialEq for LicmDiagLevel
impl Eq for LicmDiagLevel
impl StructuralPartialEq for LicmDiagLevel
Auto Trait Implementations§
impl Freeze for LicmDiagLevel
impl RefUnwindSafe for LicmDiagLevel
impl Send for LicmDiagLevel
impl Sync for LicmDiagLevel
impl Unpin for LicmDiagLevel
impl UnsafeUnpin for LicmDiagLevel
impl UnwindSafe for LicmDiagLevel
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