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