pub struct InstanceIpv6AddressRequest {
pub ipv_6_address: Option<String>,
}Expand description
Describes an IPv6 address.
Fields§
§ipv_6_address: Option<String>The IPv6 address.
Trait Implementations§
Source§impl Clone for InstanceIpv6AddressRequest
impl Clone for InstanceIpv6AddressRequest
Source§fn clone(&self) -> InstanceIpv6AddressRequest
fn clone(&self) -> InstanceIpv6AddressRequest
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for InstanceIpv6AddressRequest
impl Debug for InstanceIpv6AddressRequest
Source§impl Default for InstanceIpv6AddressRequest
impl Default for InstanceIpv6AddressRequest
Source§fn default() -> InstanceIpv6AddressRequest
fn default() -> InstanceIpv6AddressRequest
Returns the “default value” for a type. Read more
impl StructuralPartialEq for InstanceIpv6AddressRequest
Auto Trait Implementations§
impl Freeze for InstanceIpv6AddressRequest
impl RefUnwindSafe for InstanceIpv6AddressRequest
impl Send for InstanceIpv6AddressRequest
impl Sync for InstanceIpv6AddressRequest
impl Unpin for InstanceIpv6AddressRequest
impl UnwindSafe for InstanceIpv6AddressRequest
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