Struct instant_epp::extensions::rgp::request::RgpStatus
source · pub struct RgpStatus {
pub status: String,
}Expand description
Type that represents the <rgpStatus> tag for domain rgp restore request response
Fields§
§status: StringThe domain RGP status
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for RgpStatus
impl Send for RgpStatus
impl Sync for RgpStatus
impl Unpin for RgpStatus
impl UnwindSafe for RgpStatus
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