pub enum EngineErrorSeverity {
Recoverable,
Fatal,
}Variants§
Trait Implementations§
Source§impl Clone for EngineErrorSeverity
impl Clone for EngineErrorSeverity
Source§fn clone(&self) -> EngineErrorSeverity
fn clone(&self) -> EngineErrorSeverity
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 EngineErrorSeverity
impl Debug for EngineErrorSeverity
Source§impl PartialEq for EngineErrorSeverity
impl PartialEq for EngineErrorSeverity
Source§fn eq(&self, other: &EngineErrorSeverity) -> bool
fn eq(&self, other: &EngineErrorSeverity) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for EngineErrorSeverity
impl Eq for EngineErrorSeverity
impl StructuralPartialEq for EngineErrorSeverity
Auto Trait Implementations§
impl Freeze for EngineErrorSeverity
impl RefUnwindSafe for EngineErrorSeverity
impl Send for EngineErrorSeverity
impl Sync for EngineErrorSeverity
impl Unpin for EngineErrorSeverity
impl UnsafeUnpin for EngineErrorSeverity
impl UnwindSafe for EngineErrorSeverity
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