Struct instant_epp::host::update::HostChangeInfo
source · pub struct HostChangeInfo<'a> {
pub name: &'a str,
}Expand description
Type for data under the <chg> tag
Fields§
§name: &'a strThe new name for the host
Trait Implementations§
source§impl<'a> Debug for HostChangeInfo<'a>
impl<'a> Debug for HostChangeInfo<'a>
Auto Trait Implementations§
impl<'a> RefUnwindSafe for HostChangeInfo<'a>
impl<'a> Send for HostChangeInfo<'a>
impl<'a> Sync for HostChangeInfo<'a>
impl<'a> Unpin for HostChangeInfo<'a>
impl<'a> UnwindSafe for HostChangeInfo<'a>
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