Struct epp_client::epp::response::domain::create::DomainCreateData [−][src]
pub struct DomainCreateData {
pub name: StringValue,
pub created_at: StringValue,
pub expiring_at: StringValue,
// some fields omitted
}Expand description
Type that represents the <chkData> tag for domain create response
Fields
name: StringValueThe domain name
created_at: StringValueThe creation date
expiring_at: StringValueThe expiry date
Trait Implementations
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 RefUnwindSafe for DomainCreateDataimpl Send for DomainCreateDataimpl Sync for DomainCreateDataimpl Unpin for DomainCreateDataimpl UnwindSafe for DomainCreateData