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