pub struct EndpointIPAMConfig {
pub IPv4Address: String,
pub IPv6Address: String,
pub LinkLocalIPs: Vec<String>,
}Fields§
§IPv4Address: String§IPv6Address: String§LinkLocalIPs: Vec<String>Trait Implementations§
Source§impl Clone for EndpointIPAMConfig
impl Clone for EndpointIPAMConfig
Source§fn clone(&self) -> EndpointIPAMConfig
fn clone(&self) -> EndpointIPAMConfig
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 EndpointIPAMConfig
impl Debug for EndpointIPAMConfig
Source§impl Default for EndpointIPAMConfig
impl Default for EndpointIPAMConfig
Source§fn default() -> EndpointIPAMConfig
fn default() -> EndpointIPAMConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for EndpointIPAMConfigwhere
EndpointIPAMConfig: Default,
impl<'de> Deserialize<'de> for EndpointIPAMConfigwhere
EndpointIPAMConfig: Default,
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 Ord for EndpointIPAMConfig
impl Ord for EndpointIPAMConfig
Source§fn cmp(&self, other: &EndpointIPAMConfig) -> Ordering
fn cmp(&self, other: &EndpointIPAMConfig) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for EndpointIPAMConfig
impl PartialEq for EndpointIPAMConfig
Source§impl PartialOrd for EndpointIPAMConfig
impl PartialOrd for EndpointIPAMConfig
Source§impl Serialize for EndpointIPAMConfig
impl Serialize for EndpointIPAMConfig
impl Eq for EndpointIPAMConfig
impl StructuralPartialEq for EndpointIPAMConfig
Auto Trait Implementations§
impl Freeze for EndpointIPAMConfig
impl RefUnwindSafe for EndpointIPAMConfig
impl Send for EndpointIPAMConfig
impl Sync for EndpointIPAMConfig
impl Unpin for EndpointIPAMConfig
impl UnsafeUnpin for EndpointIPAMConfig
impl UnwindSafe for EndpointIPAMConfig
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