pub struct NameStoreData<'a> {
pub xmlns: Cow<'a, str>,
pub subproduct: StringValue<'a>,
}
Expand description
Type for EPP XML <namestoreExt> extension
Fields§
§xmlns: Cow<'a, str>
XML namespace for the RGP restore extension
subproduct: StringValue<'a>
The object holding the list of domains to be checked
Implementations§
Trait Implementations§
Source§impl<'a> Debug for NameStoreData<'a>
impl<'a> Debug for NameStoreData<'a>
Source§impl<'de, 'a> Deserialize<'de> for NameStoreData<'a>
impl<'de, 'a> Deserialize<'de> for NameStoreData<'a>
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl<'a> Freeze for NameStoreData<'a>
impl<'a> RefUnwindSafe for NameStoreData<'a>
impl<'a> Send for NameStoreData<'a>
impl<'a> Sync for NameStoreData<'a>
impl<'a> Unpin for NameStoreData<'a>
impl<'a> UnwindSafe for NameStoreData<'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