Struct epp_client::epp::object::data::Phone [−][src]
Expand description
The data for <voice> and <fax> types on domain transactions
Fields
number: StringThe inner text on the <voice> and <fax> tags
extension: Option<String>The value of the ‘x’ attr on <voice> and <fax> tags
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 Phoneimpl UnwindSafe for PhoneBlanket Implementations
Mutably borrows from an owned value. Read more