[−][src]Struct futures::task::SpawnLocalObjError
🔬 This is a nightly-only experimental API. (futures_api
)
futures in libcore are unstable
The result of a failed spawn
Fields
kind: SpawnErrorKind
🔬 This is a nightly-only experimental API. (futures_api
)
futures in libcore are unstable
The kind of error
future: LocalFutureObj<'static, ()>
🔬 This is a nightly-only experimental API. (futures_api
)
futures in libcore are unstable
The future for which spawning inside a task was attempted
Trait Implementations
impl Debug for SpawnLocalObjError
[src]
[+]
impl Debug for SpawnLocalObjError
Auto Trait Implementations
impl !Send for SpawnLocalObjError
impl !Send for SpawnLocalObjError
impl !Sync for SpawnLocalObjError
impl !Sync for SpawnLocalObjError
Blanket Implementations
impl<T> From for T
[src]
[+]
impl<T> From for T
impl<T, U> TryFrom for T where
T: From<U>,
[src]
[+]
impl<T, U> TryFrom for T where
T: From<U>,
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src]
[+]
impl<T, U> TryInto for T where
U: TryFrom<T>,
impl<T, U> Into for T where
U: From<T>,
[src]
[+]
impl<T, U> Into for T where
U: From<T>,
impl<T> Borrow for T where
T: ?Sized,
[src]
[+]
impl<T> Borrow for T where
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized,
[src]
[+]
impl<T> BorrowMut for T where
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized,
[src]
[+]
impl<T> Any for T where
T: 'static + ?Sized,