Struct instant_epp::contact::check::ContactCheck
source · pub struct ContactCheck<'a> {
pub contact_ids: &'a [&'a str],
}Expand description
The EPP check command for contacts
Fields§
§contact_ids: &'a [&'a str]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> ToXml for ContactCheck<'a>
impl<'a> ToXml for ContactCheck<'a>
impl Transaction<NameStore<'_>> for ContactCheck<'_>
impl<'a> Transaction<NoExtension> for ContactCheck<'a>
Auto Trait Implementations§
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