pub struct Details { /* private fields */ }
Available on crate feature
http-resolver
only.Expand description
A resolution produced from a HTTP resolver
Implementations§
Source§impl Details
impl Details
Sourcepub fn server(&self) -> SocketAddr
pub fn server(&self) -> SocketAddr
HTTP server used in the resolution of our IP address.
Sourcepub fn extract_method(&self) -> ExtractMethod
pub fn extract_method(&self) -> ExtractMethod
The extract method used in the resolution of the associated IP address
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for Details
impl RefUnwindSafe for Details
impl Send for Details
impl Sync for Details
impl Unpin for Details
impl UnwindSafe for Details
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