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