Enum PhpSeverity
pub enum PhpSeverity {
Error,
Warning,
Info,
Deprecated,
}Expand description
Severity metadata for PHP diagnostics.
Variants§
Implementations§
§impl PhpSeverity
impl PhpSeverity
Trait Implementations§
§impl Clone for PhpSeverity
impl Clone for PhpSeverity
§fn clone(&self) -> PhpSeverity
fn clone(&self) -> PhpSeverity
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 more§impl Debug for PhpSeverity
impl Debug for PhpSeverity
§impl Display for PhpSeverity
impl Display for PhpSeverity
§impl Hash for PhpSeverity
impl Hash for PhpSeverity
§impl Ord for PhpSeverity
impl Ord for PhpSeverity
§impl PartialEq for PhpSeverity
impl PartialEq for PhpSeverity
§impl PartialOrd for PhpSeverity
impl PartialOrd for PhpSeverity
impl Copy for PhpSeverity
impl Eq for PhpSeverity
impl StructuralPartialEq for PhpSeverity
Auto Trait Implementations§
impl Freeze for PhpSeverity
impl RefUnwindSafe for PhpSeverity
impl Send for PhpSeverity
impl Sync for PhpSeverity
impl Unpin for PhpSeverity
impl UnsafeUnpin for PhpSeverity
impl UnwindSafe for PhpSeverity
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