pub struct IpcHttpClient { /* private fields */ }Expand description
Generic IPC HTTP client that works on both Unix and Windows platforms
Implementations§
Auto Trait Implementations§
impl Freeze for IpcHttpClient
impl RefUnwindSafe for IpcHttpClient
impl Send for IpcHttpClient
impl Sync for IpcHttpClient
impl Unpin for IpcHttpClient
impl UnwindSafe for IpcHttpClient
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