pub struct AsyncBridgeFnStore { /* private fields */ }Expand description
Opaque store that keeps async bridge function data alive. Must be held for the lifetime of the V8 context.
Auto Trait Implementations§
impl !RefUnwindSafe for AsyncBridgeFnStore
impl !Send for AsyncBridgeFnStore
impl !Sync for AsyncBridgeFnStore
impl !UnwindSafe for AsyncBridgeFnStore
impl Freeze for AsyncBridgeFnStore
impl Unpin for AsyncBridgeFnStore
impl UnsafeUnpin for AsyncBridgeFnStore
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