pub enum AtexError {
Db(String),
TaskQueueIsBroken,
TaskJoinMechanismFailed,
ExecutorNotFound,
GetFromEmptyCell,
PutInNonEmptyCell,
InvalidExecutor,
InvalidName,
InvalidId,
LockIsAlreadyInUse,
}Variants§
Db(String)
TaskQueueIsBroken
TaskJoinMechanismFailed
ExecutorNotFound
GetFromEmptyCell
PutInNonEmptyCell
InvalidExecutor
InvalidName
InvalidId
LockIsAlreadyInUse
Trait Implementations§
impl StructuralPartialEq for AtexError
Auto Trait Implementations§
impl Freeze for AtexError
impl RefUnwindSafe for AtexError
impl Send for AtexError
impl Sync for AtexError
impl Unpin for AtexError
impl UnwindSafe for AtexError
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