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> Freeze for HostChangeInfo<'a>
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