pub enum CoreErrorCode {
Io,
Parse,
GameDetectionAmbiguous,
UnsupportedOperation,
}Variants§
Trait Implementations§
Source§impl Clone for CoreErrorCode
impl Clone for CoreErrorCode
Source§fn clone(&self) -> CoreErrorCode
fn clone(&self) -> CoreErrorCode
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 CoreErrorCode
impl Debug for CoreErrorCode
Source§impl PartialEq for CoreErrorCode
impl PartialEq for CoreErrorCode
impl Copy for CoreErrorCode
impl Eq for CoreErrorCode
impl StructuralPartialEq for CoreErrorCode
Auto Trait Implementations§
impl Freeze for CoreErrorCode
impl RefUnwindSafe for CoreErrorCode
impl Send for CoreErrorCode
impl Sync for CoreErrorCode
impl Unpin for CoreErrorCode
impl UnsafeUnpin for CoreErrorCode
impl UnwindSafe for CoreErrorCode
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