pub struct HostObjList<'a> {
pub hosts: &'a [StringValue<'a>],
}Expand description
The list of <hostObj> types for domain transactions. Typically under an <ns> tag
Fields§
§hosts: &'a [StringValue<'a>]The list of <hostObj> tags
Trait Implementations§
Source§impl<'a> Debug for HostObjList<'a>
impl<'a> Debug for HostObjList<'a>
Auto Trait Implementations§
impl<'a> Freeze for HostObjList<'a>
impl<'a> RefUnwindSafe for HostObjList<'a>
impl<'a> Send for HostObjList<'a>
impl<'a> Sync for HostObjList<'a>
impl<'a> Unpin for HostObjList<'a>
impl<'a> UnwindSafe for HostObjList<'a>
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