pub enum EngineErrorKind {
Storage,
Blob,
Join,
Provider,
}Variants§
Trait Implementations§
Source§impl Clone for EngineErrorKind
impl Clone for EngineErrorKind
Source§fn clone(&self) -> EngineErrorKind
fn clone(&self) -> EngineErrorKind
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 EngineErrorKind
impl Debug for EngineErrorKind
Source§impl PartialEq for EngineErrorKind
impl PartialEq for EngineErrorKind
Source§fn eq(&self, other: &EngineErrorKind) -> bool
fn eq(&self, other: &EngineErrorKind) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for EngineErrorKind
impl Eq for EngineErrorKind
impl StructuralPartialEq for EngineErrorKind
Auto Trait Implementations§
impl Freeze for EngineErrorKind
impl RefUnwindSafe for EngineErrorKind
impl Send for EngineErrorKind
impl Sync for EngineErrorKind
impl Unpin for EngineErrorKind
impl UnsafeUnpin for EngineErrorKind
impl UnwindSafe for EngineErrorKind
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