pub struct FrontendRegistry { /* private fields */ }Implementations§
Source§impl FrontendRegistry
impl FrontendRegistry
pub async fn find( frontend_id: FrontendId, ) -> Result<Arc<Mutex<Frontend>>, AgentError>
pub async fn build_frontend( frontend_id: FrontendId, ) -> Result<Arc<Mutex<Frontend>>, AgentError>
Auto Trait Implementations§
impl !Freeze for FrontendRegistry
impl !RefUnwindSafe for FrontendRegistry
impl Send for FrontendRegistry
impl Sync for FrontendRegistry
impl Unpin for FrontendRegistry
impl !UnwindSafe for FrontendRegistry
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