pub enum DestAddr {
IP(IpAddr),
FQDN(Vec<u8>),
}Expand description
Destination address in a socks5 request
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DestAddr
impl RefUnwindSafe for DestAddr
impl Send for DestAddr
impl Sync for DestAddr
impl Unpin for DestAddr
impl UnwindSafe for DestAddr
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