pub struct HostAdd<'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§
Auto Trait Implementations§
impl<'a> Freeze for HostAdd<'a>
impl<'a> RefUnwindSafe for HostAdd<'a>
impl<'a> Send for HostAdd<'a>
impl<'a> Sync for HostAdd<'a>
impl<'a> Unpin for HostAdd<'a>
impl<'a> UnwindSafe for HostAdd<'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