pub struct HostCheck<'a> {
pub hosts: &'a [&'a str],
}
Expand description
The EPP check
command for hosts
Fields§
§hosts: &'a [&'a str]
The list of hosts to be checked
Trait Implementations§
impl Transaction<NameStore<'_>> for HostCheck<'_>
impl<'a> Transaction<NoExtension> for HostCheck<'a>
Auto Trait Implementations§
impl<'a> Freeze for HostCheck<'a>
impl<'a> RefUnwindSafe for HostCheck<'a>
impl<'a> Send for HostCheck<'a>
impl<'a> Sync for HostCheck<'a>
impl<'a> Unpin for HostCheck<'a>
impl<'a> UnwindSafe for HostCheck<'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