pub struct ReverseDnsResponse {
pub delegations: Vec<Vec<Delegation>>,
pub resource: String,
pub query_time: String,
}Fields§
§delegations: Vec<Vec<Delegation>>§resource: String§query_time: StringTrait Implementations§
Source§impl Clone for ReverseDnsResponse
impl Clone for ReverseDnsResponse
Source§fn clone(&self) -> ReverseDnsResponse
fn clone(&self) -> ReverseDnsResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ReverseDnsResponse
impl Debug for ReverseDnsResponse
Source§impl Default for ReverseDnsResponse
impl Default for ReverseDnsResponse
Source§fn default() -> ReverseDnsResponse
fn default() -> ReverseDnsResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ReverseDnsResponse
impl<'de> Deserialize<'de> for ReverseDnsResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ReverseDnsResponse
impl PartialEq for ReverseDnsResponse
Source§fn eq(&self, other: &ReverseDnsResponse) -> bool
fn eq(&self, other: &ReverseDnsResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ReverseDnsResponse
impl Serialize for ReverseDnsResponse
impl StructuralPartialEq for ReverseDnsResponse
Auto Trait Implementations§
impl Freeze for ReverseDnsResponse
impl RefUnwindSafe for ReverseDnsResponse
impl Send for ReverseDnsResponse
impl Sync for ReverseDnsResponse
impl Unpin for ReverseDnsResponse
impl UnsafeUnpin for ReverseDnsResponse
impl UnwindSafe for ReverseDnsResponse
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