Struct instant_epp::extensions::rgp::request::Update
source · pub struct Update<T> {
pub data: T,
}Fields§
§data: TTrait Implementations§
source§impl<'a> Extension for Update<RgpRestoreRequest<'a>>
impl<'a> Extension for Update<RgpRestoreRequest<'a>>
type Response = RgpRequestResponse
impl<'a> Transaction<Update<RgpRestoreRequest<'a>>> for DomainInfo<'a>
impl<'a> Transaction<Update<RgpRestoreRequest<'a>>> for DomainUpdate<'a>
Auto Trait Implementations§
impl<T> RefUnwindSafe for Update<T>where T: RefUnwindSafe,
impl<T> Send for Update<T>where T: Send,
impl<T> Sync for Update<T>where T: Sync,
impl<T> Unpin for Update<T>where T: Unpin,
impl<T> UnwindSafe for Update<T>where T: UnwindSafe,
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