pub struct UpdateData {
pub xmlns: &'static str,
pub exp: StringValue<'static>,
}Expand description
Type for EPP XML <consolidate> extension
Fields§
§xmlns: &'static strXML namespace for the consolidate extension
exp: StringValue<'static>The expiry date of the domain
Trait Implementations§
Source§impl Debug for UpdateData
impl Debug for UpdateData
Auto Trait Implementations§
impl Freeze for UpdateData
impl RefUnwindSafe for UpdateData
impl Send for UpdateData
impl Sync for UpdateData
impl Unpin for UpdateData
impl UnwindSafe for UpdateData
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