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