pub struct DnsEntryList {
pub dns_entries: Vec<DnsEntry>,
}Fields§
§dns_entries: Vec<DnsEntry>Trait Implementations§
Source§impl<'de> Deserialize<'de> for DnsEntryList
impl<'de> Deserialize<'de> for DnsEntryList
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 DnsEntryList
impl RefUnwindSafe for DnsEntryList
impl Send for DnsEntryList
impl Sync for DnsEntryList
impl Unpin for DnsEntryList
impl UnsafeUnpin for DnsEntryList
impl UnwindSafe for DnsEntryList
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