pub struct ReadyConnection {
pub stream: TcpStream,
pub addr: SocketAddr,
/* private fields */
}Fields§
§stream: TcpStream§addr: SocketAddrImplementations§
Auto Trait Implementations§
impl !Freeze for ReadyConnection
impl RefUnwindSafe for ReadyConnection
impl Send for ReadyConnection
impl Sync for ReadyConnection
impl Unpin for ReadyConnection
impl UnsafeUnpin for ReadyConnection
impl UnwindSafe for ReadyConnection
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