pub struct HostLinkClientFactory;Implementations§
Source§impl HostLinkClientFactory
impl HostLinkClientFactory
pub async fn open_and_connect( options: HostLinkConnectionOptions, ) -> Result<QueuedHostLinkClient, HostLinkError>
Auto Trait Implementations§
impl Freeze for HostLinkClientFactory
impl RefUnwindSafe for HostLinkClientFactory
impl Send for HostLinkClientFactory
impl Sync for HostLinkClientFactory
impl Unpin for HostLinkClientFactory
impl UnsafeUnpin for HostLinkClientFactory
impl UnwindSafe for HostLinkClientFactory
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