pub struct DummyEmbedder { /* private fields */ }Expand description
A dummy embedder for testing that produces random-like but deterministic vectors.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DummyEmbedder
impl RefUnwindSafe for DummyEmbedder
impl Send for DummyEmbedder
impl Sync for DummyEmbedder
impl Unpin for DummyEmbedder
impl UnsafeUnpin for DummyEmbedder
impl UnwindSafe for DummyEmbedder
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