Struct epp_client::epp::response::contact::create::ContactCreateData [−][src]
pub struct ContactCreateData {
pub id: StringValue,
pub created_at: StringValue,
// some fields omitted
}Expand description
Type that represents the <creData> tag for contact create response
Fields
id: StringValueThe contact id
created_at: StringValueThe contact creation 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 ContactCreateDataimpl Send for ContactCreateDataimpl Sync for ContactCreateDataimpl Unpin for ContactCreateDataimpl UnwindSafe for ContactCreateData