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