Struct emu_cli::qmp::UnixSocket
source · pub struct UnixSocket { /* private fields */ }Implementations§
source§impl UnixSocket
impl UnixSocket
pub fn new(us: UnixStream) -> Result<Self>
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for UnixSocket
impl Send for UnixSocket
impl Sync for UnixSocket
impl Unpin for UnixSocket
impl UnwindSafe for UnixSocket
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