pub enum ShellConnection {
Tcp(TcpConnection),
WebSocket(WebSocketConnection),
}Variants§
Tcp(TcpConnection)
WebSocket(WebSocketConnection)
Auto Trait Implementations§
impl !Freeze for ShellConnection
impl !RefUnwindSafe for ShellConnection
impl Send for ShellConnection
impl Sync for ShellConnection
impl Unpin for ShellConnection
impl !UnwindSafe for ShellConnection
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