Struct socks5_server::connection::associate::NeedReply
source · pub struct NeedReply;Expand description
Marker type indicating that the connection needs to be replied.
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