pub struct SimpleEmbedder;Expand description
Small deterministic embedder useful for tests and local demos.
Trait Implementations§
Source§impl Clone for SimpleEmbedder
impl Clone for SimpleEmbedder
Source§fn clone(&self) -> SimpleEmbedder
fn clone(&self) -> SimpleEmbedder
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SimpleEmbedder
impl Debug for SimpleEmbedder
Source§impl Default for SimpleEmbedder
impl Default for SimpleEmbedder
Source§fn default() -> SimpleEmbedder
fn default() -> SimpleEmbedder
Returns the “default value” for a type. Read more
Source§impl Embedder for SimpleEmbedder
impl Embedder for SimpleEmbedder
impl Copy for SimpleEmbedder
Auto Trait Implementations§
impl Freeze for SimpleEmbedder
impl RefUnwindSafe for SimpleEmbedder
impl Send for SimpleEmbedder
impl Sync for SimpleEmbedder
impl Unpin for SimpleEmbedder
impl UnsafeUnpin for SimpleEmbedder
impl UnwindSafe for SimpleEmbedder
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