Struct intiface_engine::IntifaceEngine
source · pub struct IntifaceEngine { /* private fields */ }Implementations§
source§impl IntifaceEngine
impl IntifaceEngine
pub fn backdoor_server(&self) -> Option<Arc<BackdoorServer>>
pub async fn run( &self, options: &EngineOptions, frontend: Option<Arc<dyn Frontend>> ) -> Result<(), IntifaceEngineError>
pub fn stop(&self)
Trait Implementations§
source§impl Default for IntifaceEngine
impl Default for IntifaceEngine
source§fn default() -> IntifaceEngine
fn default() -> IntifaceEngine
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !RefUnwindSafe for IntifaceEngine
impl Send for IntifaceEngine
impl Sync for IntifaceEngine
impl Unpin for IntifaceEngine
impl !UnwindSafe for IntifaceEngine
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