[−][src]Struct async_socks5::SocksDatagramSendHalf
Implementations
impl<S> SocksDatagramSendHalf<S> where
S: AsyncWriteExt + AsyncReadExt + Send + Unpin, [src]
S: AsyncWriteExt + AsyncReadExt + Send + Unpin,
pub async fn send_to<A, '_, '_>(
&'_ mut self,
buf: &'_ [u8],
addr: A
) -> Result<usize> where
A: Into<AddrKind>, [src]
&'_ mut self,
buf: &'_ [u8],
addr: A
) -> Result<usize> where
A: Into<AddrKind>,
Trait Implementations
impl<S: Debug> Debug for SocksDatagramSendHalf<S>[src]
Auto Trait Implementations
impl<S> !RefUnwindSafe for SocksDatagramSendHalf<S>
impl<S> Send for SocksDatagramSendHalf<S> where
S: Send + Sync,
S: Send + Sync,
impl<S> Sync for SocksDatagramSendHalf<S> where
S: Send + Sync,
S: Send + Sync,
impl<S> Unpin for SocksDatagramSendHalf<S>
impl<S> !UnwindSafe for SocksDatagramSendHalf<S>
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,