pub struct GetNetworkDnsParams {
pub domain_query: String,
pub type_query: Option<String>,
}Fields§
§domain_query: String§type_query: Option<String>Implementations§
Trait Implementations§
Source§impl Clone for GetNetworkDnsParams
impl Clone for GetNetworkDnsParams
Source§fn clone(&self) -> GetNetworkDnsParams
fn clone(&self) -> GetNetworkDnsParams
Returns a duplicate 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 GetNetworkDnsParams
impl RefUnwindSafe for GetNetworkDnsParams
impl Send for GetNetworkDnsParams
impl Sync for GetNetworkDnsParams
impl Unpin for GetNetworkDnsParams
impl UnwindSafe for GetNetworkDnsParams
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