Struct epp_client::epp::object::data::Address [−][src]
pub struct Address {
pub street: Vec<StringValue>,
pub city: StringValue,
pub province: StringValue,
pub postal_code: StringValue,
pub country_code: StringValue,
}Expand description
The <addr> type on contact transactions
Fields
street: Vec<StringValue>The <street> tags under <addr>
city: StringValueThe <city> tag under <addr>
province: StringValueThe <sp> tag under <addr>
postal_code: StringValueThe <pc> tag under <addr>
country_code: StringValueThe <cc> tag under <addr>
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 Address
impl UnwindSafe for Address
Blanket Implementations
Mutably borrows from an owned value. Read more