Struct deno_core::CrossIsolateStore
source · pub struct CrossIsolateStore<T>(_);
Trait Implementations
sourceimpl<T> Clone for CrossIsolateStore<T>
impl<T> Clone for CrossIsolateStore<T>
Auto Trait Implementations
impl<T> RefUnwindSafe for CrossIsolateStore<T>
impl<T> Send for CrossIsolateStore<T>where
T: Send,
impl<T> Sync for CrossIsolateStore<T>where
T: Send,
impl<T> Unpin for CrossIsolateStore<T>
impl<T> UnwindSafe for CrossIsolateStore<T>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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