Struct epp_client::epp::response::message::poll::MessageDomainTransferData [−][src]
pub struct MessageDomainTransferData {
pub name: StringValue,
pub transfer_status: StringValue,
pub requester_id: StringValue,
pub requested_at: StringValue,
pub ack_id: StringValue,
pub ack_by: StringValue,
pub expiring_at: StringValue,
// some fields omitted
}Expand description
Type that represents the <trnData> tag for message poll response
Fields
name: StringValueThe name of the domain under transfer
transfer_status: StringValueThe domain transfer status
requester_id: StringValueThe epp user who requested the transfer
requested_at: StringValueThe date of the transfer request
ack_id: StringValueThe epp user who should acknowledge the transfer request
ack_by: StringValueThe date by which the transfer request should be acknowledged
expiring_at: StringValueThe domain 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 MessageDomainTransferDataimpl Send for MessageDomainTransferDataimpl Sync for MessageDomainTransferDataimpl Unpin for MessageDomainTransferDataimpl UnwindSafe for MessageDomainTransferData