Struct epp_client::epp::object::data::PostalInfo [−][src]
pub struct PostalInfo {
pub info_type: String,
pub name: StringValue,
pub organization: StringValue,
pub address: Address,
}Expand description
The <postalInfo> type on contact transactions
Fields
info_type: StringThe ‘type’ attr on <postalInfo>
name: StringValueThe <name> tag under <postalInfo>
organization: StringValueThe <org> tag under <postalInfo>
address: AddressThe <addr> tag under <postalInfo>
Implementations
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 PostalInfo
impl Send for PostalInfo
impl Sync for PostalInfo
impl Unpin for PostalInfo
impl UnwindSafe for PostalInfo
Blanket Implementations
Mutably borrows from an owned value. Read more