Struct shiplift::network::NetworkContainerDetails [−][src]
pub struct NetworkContainerDetails {
pub endpoint_id: String,
pub mac_address: String,
pub ipv4_address: String,
pub ipv6_address: String,
}Fields
endpoint_id: Stringmac_address: Stringipv4_address: Stringipv6_address: StringTrait Implementations
impl Clone for NetworkContainerDetails[src]
impl Clone for NetworkContainerDetails[src]fn clone(&self) -> NetworkContainerDetails[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl<'de> Deserialize<'de> for NetworkContainerDetails[src]
impl<'de> Deserialize<'de> for NetworkContainerDetails[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl Serialize for NetworkContainerDetails[src]
impl Serialize for NetworkContainerDetails[src]Auto Trait Implementations
impl RefUnwindSafe for NetworkContainerDetails
impl Send for NetworkContainerDetails
impl Sync for NetworkContainerDetails
impl Unpin for NetworkContainerDetails
impl UnwindSafe for NetworkContainerDetails
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>,