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