Struct epp_client::epp::request::Command [−][src]
pub struct Command<T: ElementName> { pub command: T, pub client_tr_id: StringValue, }
Expand description
Type corresponding to the <command> tag in an EPP XML request
Fields
command: TThe instance that will be used to populate the <command> tag
client_tr_id: StringValueThe client TRID
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<T> RefUnwindSafe for Command<T> where
T: RefUnwindSafe, impl<T> UnwindSafe for Command<T> where
T: UnwindSafe,