pub struct HostRemove<'a> {
pub addresses: Option<&'a [IpAddr]>,
pub statuses: Option<&'a [Status]>,
}
Expand description
Type for data under the <add>
and <rem>
tags
Fields§
§addresses: Option<&'a [IpAddr]>
The IP addresses to be added to or removed from the host
statuses: Option<&'a [Status]>
The statuses to be added to or removed from the host
Trait Implementations§
Source§impl<'a> Debug for HostRemove<'a>
impl<'a> Debug for HostRemove<'a>
Auto Trait Implementations§
impl<'a> Freeze for HostRemove<'a>
impl<'a> RefUnwindSafe for HostRemove<'a>
impl<'a> Send for HostRemove<'a>
impl<'a> Sync for HostRemove<'a>
impl<'a> Unpin for HostRemove<'a>
impl<'a> UnwindSafe for HostRemove<'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