Struct dns_resolver::IpDisplay
source · pub struct IpDisplay {
pub ip: IpAddr,
pub reverse: bool,
}
Fields§
§ip: IpAddr
§reverse: bool
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IpDisplay
impl RefUnwindSafe for IpDisplay
impl Send for IpDisplay
impl Sync for IpDisplay
impl Unpin for IpDisplay
impl UnwindSafe for IpDisplay
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