Struct GaiAddrs
struct GaiAddrs { ... }
An iterator of IP addresses returned from getaddrinfo.
Implementations
impl Debug for GaiAddrs
fn fmt(self: &Self, f: &mut Formatter<'_>) -> Result
impl Freeze for GaiAddrs
impl Iterator for GaiAddrs
fn next(self: &mut Self) -> Option<<Self as >::Item>
impl RefUnwindSafe for GaiAddrs
impl Send for GaiAddrs
impl Sync for GaiAddrs
impl Unpin for GaiAddrs
impl UnsafeUnpin for GaiAddrs
impl UnwindSafe for GaiAddrs
impl<I> IntoIterator for GaiAddrs
fn into_iter(self: Self) -> I
impl<T> Any for GaiAddrs
fn type_id(self: &Self) -> TypeId
impl<T> Borrow for GaiAddrs
fn borrow(self: &Self) -> &T
impl<T> BorrowMut for GaiAddrs
fn borrow_mut(self: &mut Self) -> &mut T
impl<T> From for GaiAddrs
fn from(t: T) -> TReturns the argument unchanged.
impl<T> Instrument for GaiAddrs
impl<T> WithSubscriber for GaiAddrs
impl<T, U> Into for GaiAddrs
fn into(self: Self) -> UCalls
U::from(self).That is, this conversion is whatever the implementation of
[From]<T> for Uchooses to do.
impl<T, U> TryFrom for GaiAddrs
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
impl<T, U> TryInto for GaiAddrs
fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>