Struct wasmtime_runtime::TlsRestore
source · [−]pub struct TlsRestore(_);
Expand description
Opaque state used to help control TLS state across stack switches for async support.
Implementations
sourceimpl TlsRestore
impl TlsRestore
Auto Trait Implementations
impl !RefUnwindSafe for TlsRestore
impl !Send for TlsRestore
impl !Sync for TlsRestore
impl Unpin for TlsRestore
impl !UnwindSafe for TlsRestore
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more