pub struct DomainNsList {
pub host_obj: Option<Vec<StringValue<'static>>>,
pub host_attr: Option<Vec<HostAttr<'static>>>,
}Expand description
The two types of ns lists, hostObj and hostAttr, that may be returned in the domain info response
Fields§
§host_obj: Option<Vec<StringValue<'static>>>List of <hostObj> ns elements
host_attr: Option<Vec<HostAttr<'static>>>List of <hostAttr> ns elements
Trait Implementations§
Source§impl Debug for DomainNsList
impl Debug for DomainNsList
Source§impl<'de> Deserialize<'de> for DomainNsList
impl<'de> Deserialize<'de> for DomainNsList
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 DomainNsList
impl RefUnwindSafe for DomainNsList
impl Send for DomainNsList
impl Sync for DomainNsList
impl Unpin for DomainNsList
impl UnwindSafe for DomainNsList
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