Struct instant_epp::response::EppResult
source · pub struct EppResult {
pub code: ResultCode,
pub message: String,
pub ext_value: Option<ExtValue>,
}Expand description
Type corresponding to the <result> tag in an EPP response XML
Fields§
§code: ResultCodeThe result code
message: StringThe result message
ext_value: Option<ExtValue>Data under the <extValue> tag
Trait Implementations§
source§impl PartialEq for EppResult
impl PartialEq for EppResult
impl Eq for EppResult
impl StructuralEq for EppResult
impl StructuralPartialEq for EppResult
Auto Trait Implementations§
impl RefUnwindSafe for EppResult
impl Send for EppResult
impl Sync for EppResult
impl Unpin for EppResult
impl UnwindSafe for EppResult
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more