Struct epp_client::epp::object::data::ContactStatus [−][src]
pub struct ContactStatus {
pub status: String,
}Expand description
The <status> type on contact transactions
Fields
status: StringThe status name, represented by the ‘s’ attr on <status> tags
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 ContactStatusimpl Send for ContactStatusimpl Sync for ContactStatusimpl Unpin for ContactStatusimpl UnwindSafe for ContactStatus