pub struct ResolveDnsParameters {
pub interface_name: String,
pub domain: String,
}
Fields§
§interface_name: String
The name of the interface sending the ping.
domain: String
The domain to resolve.
Trait Implementations§
Source§impl Clone for ResolveDnsParameters
impl Clone for ResolveDnsParameters
Source§fn clone(&self) -> ResolveDnsParameters
fn clone(&self) -> ResolveDnsParameters
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for ResolveDnsParameters
impl RefUnwindSafe for ResolveDnsParameters
impl Send for ResolveDnsParameters
impl Sync for ResolveDnsParameters
impl Unpin for ResolveDnsParameters
impl UnwindSafe for ResolveDnsParameters
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)