pub struct LocalEmbedder { /* private fields */ }Expand description
Hashing-trick local embedder.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LocalEmbedder
impl RefUnwindSafe for LocalEmbedder
impl Send for LocalEmbedder
impl Sync for LocalEmbedder
impl Unpin for LocalEmbedder
impl UnsafeUnpin for LocalEmbedder
impl UnwindSafe for LocalEmbedder
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