Struct epp_client::epp::object::data::AuthInfo [−][src]
pub struct AuthInfo {
pub password: StringValue,
}Expand description
The <authInfo> tag for domain and contact transactions
Fields
password: StringValueThe <pw> tag under <authInfo>
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 AuthInfo
impl UnwindSafe for AuthInfo
Blanket Implementations
Mutably borrows from an owned value. Read more