Struct instant_epp::host::create::HostCreateRequest
source · pub struct HostCreateRequest<'a> {
pub name: &'a str,
pub addresses: Option<&'a [IpAddr]>,
}Expand description
Type for data under the host <create> tag
Fields§
§name: &'a strThe name of the host to be created
addresses: Option<&'a [IpAddr]>The list of IP addresses for the host
Trait Implementations§
source§impl<'a> Debug for HostCreateRequest<'a>
impl<'a> Debug for HostCreateRequest<'a>
Auto Trait Implementations§
impl<'a> RefUnwindSafe for HostCreateRequest<'a>
impl<'a> Send for HostCreateRequest<'a>
impl<'a> Sync for HostCreateRequest<'a>
impl<'a> Unpin for HostCreateRequest<'a>
impl<'a> UnwindSafe for HostCreateRequest<'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