pub struct SyntheticEngine { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Engine for SyntheticEngine
impl Engine for SyntheticEngine
fn name(&self) -> &'static str
fn capabilities(&self) -> EngineCapabilities
fn dispatch(&self, model: &str, task: Task) -> Result<TaskResult>
Auto Trait Implementations§
impl Freeze for SyntheticEngine
impl RefUnwindSafe for SyntheticEngine
impl Send for SyntheticEngine
impl Sync for SyntheticEngine
impl Unpin for SyntheticEngine
impl UnsafeUnpin for SyntheticEngine
impl UnwindSafe for SyntheticEngine
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