Struct cocaine::ResolveInfo[][src]

pub struct ResolveInfo<T> { /* fields omitted */ }

Response that is returned from either a resolver or Locator::resolve method.

Methods

impl ResolveInfo<SocketAddr>
[src]

Important traits for &'a [u8]

Returns a view of socket addresses for this resolve info.

Trait Implementations

impl<T: Clone> Clone for ResolveInfo<T>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<T: Debug> Debug for ResolveInfo<T>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<T> Send for ResolveInfo<T> where
    T: Send

impl<T> Sync for ResolveInfo<T> where
    T: Sync