Enum tokio::runtime::handle::TryCurrentErrorKind
source · enum TryCurrentErrorKind {
NoContext,
ThreadLocalDestroyed,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TryCurrentErrorKind
impl RefUnwindSafe for TryCurrentErrorKind
impl Send for TryCurrentErrorKind
impl Sync for TryCurrentErrorKind
impl Unpin for TryCurrentErrorKind
impl UnwindSafe for TryCurrentErrorKind
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