pub struct ContactCheck<'a> {
pub contact_ids: &'a [&'a str],
}
Expand description
The EPP check
command for contacts
Fields§
§contact_ids: &'a [&'a str]
The list of contact IDs to be checked
Trait Implementations§
Source§impl<'a> Clone for ContactCheck<'a>
impl<'a> Clone for ContactCheck<'a>
Source§fn clone(&self) -> ContactCheck<'a>
fn clone(&self) -> ContactCheck<'a>
Returns a copy 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 ContactCheck<'a>
impl<'a> Command for ContactCheck<'a>
Source§impl<'a> Debug for ContactCheck<'a>
impl<'a> Debug for ContactCheck<'a>
Source§impl<'a> Serialize for ContactCheck<'a>
impl<'a> Serialize for ContactCheck<'a>
impl Transaction<NameStore<'_>> for ContactCheck<'_>
impl<'a> Transaction<NoExtension> for ContactCheck<'a>
Auto Trait Implementations§
impl<'a> Freeze for ContactCheck<'a>
impl<'a> RefUnwindSafe for ContactCheck<'a>
impl<'a> Send for ContactCheck<'a>
impl<'a> Sync for ContactCheck<'a>
impl<'a> Unpin for ContactCheck<'a>
impl<'a> UnwindSafe for ContactCheck<'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