Struct instant_epp::response::ExtValue
source · pub struct ExtValue {
pub value: ResultValue,
pub reason: String,
}Expand description
Type corresponding to the <extValue> tag in an EPP response XML
Fields§
§value: ResultValueData under the <value> tag
reason: StringData under the <reason> tag
Trait Implementations§
source§impl PartialEq for ExtValue
impl PartialEq for ExtValue
impl Eq for ExtValue
impl StructuralEq for ExtValue
impl StructuralPartialEq for ExtValue
Auto Trait Implementations§
impl RefUnwindSafe for ExtValue
impl Send for ExtValue
impl Sync for ExtValue
impl Unpin for ExtValue
impl UnwindSafe for ExtValue
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