Struct socks5_impl::server::connection::connect::NeedReply
source · pub struct NeedReply;
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for NeedReply
impl Send for NeedReply
impl Sync for NeedReply
impl Unpin for NeedReply
impl UnwindSafe for NeedReply
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