pub struct PendingUdpAssociate {
pub client: BoxStream,
pub protocol: TunnelProtocol,
pub identity: ClientIdentity,
pub client_hint: Option<TargetAddr>,
}Expand description
A pending SOCKS5 UDP ASSOCIATE session.
Fields§
§client: BoxStream§protocol: TunnelProtocol§identity: ClientIdentity§client_hint: Option<TargetAddr>Auto Trait Implementations§
impl !RefUnwindSafe for PendingUdpAssociate
impl !Sync for PendingUdpAssociate
impl !UnwindSafe for PendingUdpAssociate
impl Freeze for PendingUdpAssociate
impl Send for PendingUdpAssociate
impl Unpin for PendingUdpAssociate
impl UnsafeUnpin for PendingUdpAssociate
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