pub struct BatchDomainAgeResponse {
pub results: HashMap<String, DomainAge>,
}Fields§
§results: HashMap<String, DomainAge>Trait Implementations§
Source§impl Clone for BatchDomainAgeResponse
impl Clone for BatchDomainAgeResponse
Source§fn clone(&self) -> BatchDomainAgeResponse
fn clone(&self) -> BatchDomainAgeResponse
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 BatchDomainAgeResponse
impl Debug for BatchDomainAgeResponse
Source§impl<'de> Deserialize<'de> for BatchDomainAgeResponse
impl<'de> Deserialize<'de> for BatchDomainAgeResponse
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
Auto Trait Implementations§
impl Freeze for BatchDomainAgeResponse
impl RefUnwindSafe for BatchDomainAgeResponse
impl Send for BatchDomainAgeResponse
impl Sync for BatchDomainAgeResponse
impl Unpin for BatchDomainAgeResponse
impl UnsafeUnpin for BatchDomainAgeResponse
impl UnwindSafe for BatchDomainAgeResponse
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