pub struct SocketConsole { /* private fields */ }Expand description
Unix socket-based console backend.
Allows connecting to the console via a Unix socket, useful for automated testing and scripting.
Implementations§
Trait Implementations§
Source§impl ConsoleIo for SocketConsole
impl ConsoleIo for SocketConsole
Source§impl Drop for SocketConsole
impl Drop for SocketConsole
Auto Trait Implementations§
impl Freeze for SocketConsole
impl RefUnwindSafe for SocketConsole
impl Send for SocketConsole
impl Sync for SocketConsole
impl Unpin for SocketConsole
impl UnsafeUnpin for SocketConsole
impl UnwindSafe for SocketConsole
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