Struct podman_api_stubs::models::Port [−][src]
pub struct Port {
pub IP: Option<String>,
pub private_port: i64,
pub public_port: Option<i64>,
pub _type: String,
}
Expand description
Port An open port on a container
Fields
IP: Option<String>
private_port: i64
public_port: Option<i64>
_type: String
Implementations
Trait Implementations
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
Auto Trait Implementations
impl RefUnwindSafe for Port
impl UnwindSafe for Port
Blanket Implementations
Mutably borrows from an owned value. Read more