Struct shiplift::network::EndpointIPAMConfig [−][src]
pub struct EndpointIPAMConfig {
pub ipv4_address: String,
pub ipv6_address: String,
pub link_local_ips: Vec<String>,
}Fields
ipv4_address: Stringipv6_address: Stringlink_local_ips: Vec<String>Trait Implementations
impl Clone for EndpointIPAMConfig[src]
impl Clone for EndpointIPAMConfig[src]fn clone(&self) -> EndpointIPAMConfig[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl<'de> Deserialize<'de> for EndpointIPAMConfig[src]
impl<'de> Deserialize<'de> for EndpointIPAMConfig[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl Serialize for EndpointIPAMConfig[src]
impl Serialize for EndpointIPAMConfig[src]Auto Trait Implementations
impl RefUnwindSafe for EndpointIPAMConfig
impl Send for EndpointIPAMConfig
impl Sync for EndpointIPAMConfig
impl Unpin for EndpointIPAMConfig
impl UnwindSafe for EndpointIPAMConfig
Blanket Implementations
impl<T> Instrument for T[src]
impl<T> Instrument for T[src]pub fn instrument(self, span: Span) -> Instrumented<Self>[src]
pub fn in_current_span(self) -> Instrumented<Self>[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
T: for<'de> Deserialize<'de>,