pub struct InstanceIpv6Address {
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 InstanceIpv6Address
impl Clone for InstanceIpv6Address
Source§fn clone(&self) -> InstanceIpv6Address
fn clone(&self) -> InstanceIpv6Address
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 InstanceIpv6Address
impl Debug for InstanceIpv6Address
Source§impl Default for InstanceIpv6Address
impl Default for InstanceIpv6Address
Source§fn default() -> InstanceIpv6Address
fn default() -> InstanceIpv6Address
Returns the “default value” for a type. Read more
Source§impl PartialEq for InstanceIpv6Address
impl PartialEq for InstanceIpv6Address
impl StructuralPartialEq for InstanceIpv6Address
Auto Trait Implementations§
impl Freeze for InstanceIpv6Address
impl RefUnwindSafe for InstanceIpv6Address
impl Send for InstanceIpv6Address
impl Sync for InstanceIpv6Address
impl Unpin for InstanceIpv6Address
impl UnwindSafe for InstanceIpv6Address
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