pub enum ShaderDiagnosticSeverity {
Error,
Warning,
Information,
Hint,
}Variants§
Implementations§
Source§impl ShaderDiagnosticSeverity
impl ShaderDiagnosticSeverity
pub fn is_required(&self, required_severity: ShaderDiagnosticSeverity) -> bool
Trait Implementations§
Source§impl Clone for ShaderDiagnosticSeverity
impl Clone for ShaderDiagnosticSeverity
Source§fn clone(&self) -> ShaderDiagnosticSeverity
fn clone(&self) -> ShaderDiagnosticSeverity
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 ShaderDiagnosticSeverity
impl Debug for ShaderDiagnosticSeverity
Source§impl Display for ShaderDiagnosticSeverity
impl Display for ShaderDiagnosticSeverity
Source§impl From<&str> for ShaderDiagnosticSeverity
impl From<&str> for ShaderDiagnosticSeverity
Source§impl PartialEq for ShaderDiagnosticSeverity
impl PartialEq for ShaderDiagnosticSeverity
impl Eq for ShaderDiagnosticSeverity
impl StructuralPartialEq for ShaderDiagnosticSeverity
Auto Trait Implementations§
impl Freeze for ShaderDiagnosticSeverity
impl RefUnwindSafe for ShaderDiagnosticSeverity
impl Send for ShaderDiagnosticSeverity
impl Sync for ShaderDiagnosticSeverity
impl Unpin for ShaderDiagnosticSeverity
impl UnwindSafe for ShaderDiagnosticSeverity
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.