pub struct IpAddressStatus {
pub value: Option<Value>,
pub label: Option<Label>,
}Fields§
§value: Option<Value>active- Active *reserved- Reserved *deprecated- Deprecated *dhcp- DHCP *slaac- SLAAC
label: Option<Label>Implementations§
Source§impl IpAddressStatus
impl IpAddressStatus
pub fn new() -> IpAddressStatus
Trait Implementations§
Source§impl Clone for IpAddressStatus
impl Clone for IpAddressStatus
Source§fn clone(&self) -> IpAddressStatus
fn clone(&self) -> IpAddressStatus
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 IpAddressStatus
impl Debug for IpAddressStatus
Source§impl Default for IpAddressStatus
impl Default for IpAddressStatus
Source§fn default() -> IpAddressStatus
fn default() -> IpAddressStatus
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for IpAddressStatus
impl<'de> Deserialize<'de> for IpAddressStatus
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for IpAddressStatus
impl PartialEq for IpAddressStatus
Source§impl Serialize for IpAddressStatus
impl Serialize for IpAddressStatus
impl StructuralPartialEq for IpAddressStatus
Auto Trait Implementations§
impl Freeze for IpAddressStatus
impl RefUnwindSafe for IpAddressStatus
impl Send for IpAddressStatus
impl Sync for IpAddressStatus
impl Unpin for IpAddressStatus
impl UnwindSafe for IpAddressStatus
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