pub struct UdsConnectionHandler { /* private fields */ }
Implementations§
Source§impl UdsConnectionHandler
impl UdsConnectionHandler
pub fn new(socket: UnixStream) -> Self
pub fn send_message(&mut self, message: HorustMsgMessage) -> Result<()>
pub fn receive_message(&mut self) -> Result<HorustMsgMessage>
Auto Trait Implementations§
impl Freeze for UdsConnectionHandler
impl RefUnwindSafe for UdsConnectionHandler
impl Send for UdsConnectionHandler
impl Sync for UdsConnectionHandler
impl Unpin for UdsConnectionHandler
impl UnwindSafe for UdsConnectionHandler
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