pub struct DomainCreateResponse {
pub create_data: DomainCreateResponseData,
}
Expand description
Type that represents the <resData> tag for domain create response
Fields§
§create_data: DomainCreateResponseData
Data under the <chkData> tag
Trait Implementations§
Source§impl Debug for DomainCreateResponse
impl Debug for DomainCreateResponse
Source§impl<'de> Deserialize<'de> for DomainCreateResponse
impl<'de> Deserialize<'de> for DomainCreateResponse
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 Freeze for DomainCreateResponse
impl RefUnwindSafe for DomainCreateResponse
impl Send for DomainCreateResponse
impl Sync for DomainCreateResponse
impl Unpin for DomainCreateResponse
impl UnwindSafe for DomainCreateResponse
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