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 moreimpl Copy for EngineErrorSeverity
Source§impl Debug for EngineErrorSeverity
impl Debug for EngineErrorSeverity
impl Eq for EngineErrorSeverity
Source§impl PartialEq for EngineErrorSeverity
impl PartialEq 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