Struct socks5_server::connection::bind::NeedFirstReply
source · pub struct NeedFirstReply;Expand description
Marker type indicating that the connection needs its first reply.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for NeedFirstReply
impl Send for NeedFirstReply
impl Sync for NeedFirstReply
impl Unpin for NeedFirstReply
impl UnwindSafe for NeedFirstReply
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