pub struct EndpointPair {
pub socket: TcpSocket,
pub address: SocketAddr,
}Fields§
§socket: TcpSocket§address: SocketAddrAuto Trait Implementations§
impl Freeze for EndpointPair
impl RefUnwindSafe for EndpointPair
impl Send for EndpointPair
impl Sync for EndpointPair
impl Unpin for EndpointPair
impl UnsafeUnpin for EndpointPair
impl UnwindSafe for EndpointPair
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