pub enum SpawnExecutableError {
ObjectCreateFailed,
InvalidExecutable,
MapFailed,
ThreadSpawnFailed,
}
Expand description
Possible errors for spawn_new_executable.
Variants§
Auto Trait Implementations§
impl Freeze for SpawnExecutableError
impl ObjSafe for SpawnExecutableError
impl RefUnwindSafe for SpawnExecutableError
impl Send for SpawnExecutableError
impl Sync for SpawnExecutableError
impl Unpin for SpawnExecutableError
impl UnwindSafe for SpawnExecutableError
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