Struct podman_api::models::EndpointResource
source · pub struct EndpointResource {
pub endpoint_id: Option<String>,
pub i_pv_4_address: Option<String>,
pub i_pv_6_address: Option<String>,
pub mac_address: Option<String>,
pub name: Option<String>,
}
Expand description
EndpointResource contains network resources allocated and used for a container in a network
Fields§
§endpoint_id: Option<String>
§i_pv_4_address: Option<String>
§i_pv_6_address: Option<String>
§mac_address: Option<String>
§name: Option<String>
Trait Implementations§
source§impl Clone for EndpointResource
impl Clone for EndpointResource
source§fn clone(&self) -> EndpointResource
fn clone(&self) -> EndpointResource
Returns a copy 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 EndpointResource
impl Debug for EndpointResource
source§impl<'de> Deserialize<'de> for EndpointResource
impl<'de> Deserialize<'de> for EndpointResource
source§fn deserialize<__D>(
__deserializer: __D
) -> Result<EndpointResource, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D
) -> Result<EndpointResource, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq<EndpointResource> for EndpointResource
impl PartialEq<EndpointResource> for EndpointResource
source§fn eq(&self, other: &EndpointResource) -> bool
fn eq(&self, other: &EndpointResource) -> bool
source§impl Serialize for EndpointResource
impl Serialize for EndpointResource
source§fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more