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§
Auto Trait Implementations§
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