pub struct DomainCheck<'a> {
pub domains: &'a [&'a str],
}
Expand description
The EPP check
command for domains
Fields§
§domains: &'a [&'a str]
The list of domains to be checked
Trait Implementations§
Source§impl<'a> Clone for DomainCheck<'a>
impl<'a> Clone for DomainCheck<'a>
Source§fn clone(&self) -> DomainCheck<'a>
fn clone(&self) -> DomainCheck<'a>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl<'a> Command for DomainCheck<'a>
impl<'a> Command for DomainCheck<'a>
Source§impl<'a> Debug for DomainCheck<'a>
impl<'a> Debug for DomainCheck<'a>
Source§impl<'a> Serialize for DomainCheck<'a>
impl<'a> Serialize for DomainCheck<'a>
impl Transaction<NameStore<'_>> for DomainCheck<'_>
impl<'a> Transaction<NoExtension> for DomainCheck<'a>
Auto Trait Implementations§
impl<'a> Freeze for DomainCheck<'a>
impl<'a> RefUnwindSafe for DomainCheck<'a>
impl<'a> Send for DomainCheck<'a>
impl<'a> Sync for DomainCheck<'a>
impl<'a> Unpin for DomainCheck<'a>
impl<'a> UnwindSafe for DomainCheck<'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