pub struct ClientHandler { /* private fields */ }
Implementations§
Source§impl ClientHandler
impl ClientHandler
pub fn new_client(socket_path: &Path) -> Result<Self>
pub fn send_status_request( &mut self, service_name: String, ) -> Result<(String, HorustMsgServiceStatus)>
pub fn client(self, service_name: String) -> Result<()>
Auto Trait Implementations§
impl Freeze for ClientHandler
impl RefUnwindSafe for ClientHandler
impl Send for ClientHandler
impl Sync for ClientHandler
impl Unpin for ClientHandler
impl UnwindSafe for ClientHandler
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