pub enum ProblemSeverity {
Error,
Warning,
}Variants§
Trait Implementations§
Source§impl Clone for ProblemSeverity
impl Clone for ProblemSeverity
Source§fn clone(&self) -> ProblemSeverity
fn clone(&self) -> ProblemSeverity
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 ProblemSeverity
impl Debug for ProblemSeverity
Source§impl Default for ProblemSeverity
impl Default for ProblemSeverity
Source§impl Display for ProblemSeverity
impl Display for ProblemSeverity
Source§impl PartialEq for ProblemSeverity
impl PartialEq for ProblemSeverity
impl Copy for ProblemSeverity
impl Eq for ProblemSeverity
impl StructuralPartialEq for ProblemSeverity
Auto Trait Implementations§
impl Freeze for ProblemSeverity
impl RefUnwindSafe for ProblemSeverity
impl Send for ProblemSeverity
impl Sync for ProblemSeverity
impl Unpin for ProblemSeverity
impl UnwindSafe for ProblemSeverity
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